ProductGroupPrincipalRecipes Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PrincipalRecipe> PrincipalRecipes { get; }
Public ReadOnly Property PrincipalRecipes As ChildCollection(Of PrincipalRecipe)
Get
public:
property ChildCollection<PrincipalRecipe^>^ PrincipalRecipes {
ChildCollection<PrincipalRecipe^>^ get ();
}
member PrincipalRecipes : ChildCollection<PrincipalRecipe> with get
Property Value
Type:
ChildCollectionPrincipalRecipe
See Also