RecipeIngredientMaterial Property |
The Id of the consumed material (Gen_Products_Table). [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product Material { get; set; }
Public Property Material As Product
Get
Set
public:
property Product^ Material {
Product^ get ();
void set (Product^ value);
}
member Material : Product with get, set
Property Value
Type:
Product
See Also