ServiceAgreementLineQuantity Property |
The quantity of the service object that is included in the agreement. [Required] [Default(1)] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Quantity { get; set; }
Public Property Quantity As Decimal
Get
Set
public:
property Decimal^ Quantity {
Decimal^ get ();
void set (Decimal^ value);
}
member Quantity : decimal with get, set
Property Value
Type:
Decimal
See Also