Gets the value of the quantity.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Value { get; }
Public ReadOnly Property Value As Decimal
Get
public:
property Decimal^ Value {
Decimal^ get ();
}
member Value : decimal with get
Property Value
Type:
Decimal
The value.
See Also