ProductTypePurchaseInvoiceLinePropertyProductType Property |
The ProductType to which this ProductTypePurchaseInvoiceLineProperty 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 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