CustomPropertyEmpty Property |
Gets an empty property value.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertyValue Empty { get; }
Public ReadOnly Property Empty As CustomPropertyValue
Get
public:
property CustomPropertyValue^ Empty {
CustomPropertyValue^ get ();
}
member Empty : CustomPropertyValue with get
Property Value
Type:
CustomPropertyValue
The empty property value.
See Also