EnterpriseOneEntityObjectCustomProperties Property |
Gets the custom properties of the object.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomPropertiesCollection CustomProperties { get; }
Public ReadOnly Property CustomProperties As CustomPropertiesCollection
Get
public:
property CustomPropertiesCollection^ CustomProperties {
CustomPropertiesCollection^ get ();
}
member CustomProperties : CustomPropertiesCollection with get
Property Value
Type:
CustomPropertiesCollection
The custom properties.
See Also