ServiceAgreementServiceQuantity Property |
Quantity of the agreed servcice or product. [Unit: QuantityUnit] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity Quantity { get; set; }
Public Property Quantity As Quantity
Get
Set
public:
property Quantity^ Quantity {
Quantity^ get ();
void set (Quantity^ value);
}
member Quantity : Quantity with get, set
Property Value
Type:
Quantity
See Also