AssetTypePropertyDefaultValueId Property |
The value id of the default value of the property. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<Guid> DefaultValueId { get; set; }
Public Property DefaultValueId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid^>^ DefaultValueId {
Nullable<Guid^>^ get ();
void set (Nullable<Guid^>^ value);
}
member DefaultValueId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also