ProductSupplyProductGroup Property |
Not null when the method is a default method for a whole product group. In this case new products in the group inherit the settings. [Filter(multi eq)]
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