QuantityDataAttributeTObjectValueAttribute Property |
Gets the value attribute of the Quantity attribute.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IColumnDataAttribute ValueAttribute { get; }
Public ReadOnly Property ValueAttribute As IColumnDataAttribute
Get
public:
property IColumnDataAttribute^ ValueAttribute {
IColumnDataAttribute^ get ();
}
member ValueAttribute : IColumnDataAttribute with get
Property Value
Type:
IColumnDataAttribute
The value attribute.
See Also