CustomPropertyDataAttributeTEntityCustomProperty Property |
Gets the custom property whose value is represented by this data attribute.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CustomProperty CustomProperty { get; }
Public ReadOnly Property CustomProperty As CustomProperty
Get
public:
virtual property CustomProperty^ CustomProperty {
CustomProperty^ get () sealed;
}
abstract CustomProperty : CustomProperty with get
override CustomProperty : CustomProperty with get
Property Value
Type:
CustomProperty
The custom property.
Implements
ICustomPropertyDataAttributeCustomProperty
See Also