ICustomPropertyDataAttributeCustomProperty 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
SyntaxCustomProperty CustomProperty { get; }
ReadOnly Property CustomProperty As CustomProperty
Get
property CustomProperty^ CustomProperty {
CustomProperty^ get ();
}
abstract CustomProperty : CustomProperty with get
Property Value
Type:
CustomProperty
The custom property.
See Also