ProductProductType Property |
The type of the product. This also defines whether the product is stocked. null=no specific product type and the product is stocked. [Required] [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 ProductType { get; set; }
Public Property ProductType As ProductType
Get
Set
public:
property ProductType^ ProductType {
ProductType^ get ();
void set (ProductType^ value);
}
member ProductType : ProductType with get, set
Property Value
Type:
ProductType
See Also