ProductGroupRangePropertyProductGroup Property |
The ProductGroup to which this ProductGroupRangeProperty belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductGroup ProductGroup { get; set; }
Public Property ProductGroup As ProductGroup
Get
Set
public:
property ProductGroup^ ProductGroup {
ProductGroup^ get ();
void set (ProductGroup^ value);
}
member ProductGroup : ProductGroup with get, set
Property Value
Type:
ProductGroup
See Also