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