PrincipalRecipeOperationConditionalProperty Property |
When not null, specifies that, when creating recipe, the operation will be added only if this property is set for the main product. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty ConditionalProperty { get; set; }
Public Property ConditionalProperty As CustomProperty
Get
Set
public:
property CustomProperty^ ConditionalProperty {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member ConditionalProperty : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also