ProductGroupDefaultProductType Property |
When not null, specifies default product type, which should be assigned to new products in the group. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductType DefaultProductType { get; set; }
Public Property DefaultProductType As ProductType
Get
Set
public:
property ProductType^ DefaultProductType {
ProductType^ get ();
void set (ProductType^ value);
}
member DefaultProductType : ProductType with get, set
Property Value
Type:
ProductType
See Also