PrincipalRecipeIngredientMaterialFromProperty Property |
When not null, specifies that the material will be obtained from the value of the specified property. The property must have allowed values in the Products domain. [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 MaterialFromProperty { get; set; }
Public Property MaterialFromProperty As CustomProperty
Get
Set
public:
property CustomProperty^ MaterialFromProperty {
CustomProperty^ get ();
void set (CustomProperty^ value);
}
member MaterialFromProperty : CustomProperty with get, set
Property Value
Type:
CustomProperty
See Also