CustomPropertiesCollectionEntityObject Property |
Gets the entity object for which this instance represents the custom properties.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic EnterpriseOneEntityObject EntityObject { get; }
Public ReadOnly Property EntityObject As EnterpriseOneEntityObject
Get
public:
property EnterpriseOneEntityObject^ EntityObject {
EnterpriseOneEntityObject^ get ();
}
member EntityObject : EnterpriseOneEntityObject with get
Property Value
Type:
EnterpriseOneEntityObject
The entity object.
See Also