AssetRentalAssetType Property |
The type of the asset. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AssetType RentalAssetType { get; set; }
Public Property RentalAssetType As AssetType
Get
Set
public:
property AssetType^ RentalAssetType {
AssetType^ get ();
void set (AssetType^ value);
}
member RentalAssetType : AssetType with get, set
Property Value
Type:
AssetType
See Also