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