RequestItemExQuantity Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the quantity.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic int Quantity { get; set; }
Public Property Quantity As Integer
Get
Set
public:
virtual property int Quantity {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32
See Also