RecipeIngredients Property |
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<RecipeIngredient> Ingredients { get; }
Public ReadOnly Property Ingredients As ChildCollection(Of RecipeIngredient)
Get
public:
property ChildCollection<RecipeIngredient^>^ Ingredients {
ChildCollection<RecipeIngredient^>^ get ();
}
member Ingredients : ChildCollection<RecipeIngredient> with get
Property Value
Type:
ChildCollectionRecipeIngredient
See Also