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