ProductCatalogRootProductGroup Property |
The root (starting) product group of the catalog. Each catalog starts from a root product group and includes the products in the sub-groups. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductGroup RootProductGroup { get; set; }
Public Property RootProductGroup As ProductGroup
Get
Set
public:
property ProductGroup^ RootProductGroup {
ProductGroup^ get ();
void set (ProductGroup^ value);
}
member RootProductGroup : ProductGroup with get, set
Property Value
Type:
ProductGroup
See Also