AssetCategoryProductType Property |
Product type that correspondes to this category. Depreciation plan templates specified for this category will be used for the products of this type. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
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