diff --git a/CFX/InformationSystem/UnitValidation/ValidateUnitsRequest.cs b/CFX/InformationSystem/UnitValidation/ValidateUnitsRequest.cs
index d74be1da..8c66d83b 100644
--- a/CFX/InformationSystem/UnitValidation/ValidateUnitsRequest.cs
+++ b/CFX/InformationSystem/UnitValidation/ValidateUnitsRequest.cs
@@ -117,5 +117,18 @@ public int? Lane
get;
set;
}
+
+ ///
+ /// Currently loaded recipe name. Null if no specific recipe is currently loaded.
+ ///
+ ///
+ /// Send the currently loaded recipe name as part of the request, so that the validation can be performed in the context of the current recipe.
+ ///
+ [CFX.Utilities.CreatedVersion("2.1")]
+ public string RecipeName
+ {
+ get;
+ set;
+ }
}
}