IQuoteLineQuantity Property |
Quantity: How many units
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxdouble Quantity { get; set; }
Property Quantity As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.Quantity
instance.Quantity = value
property double Quantity {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also