Quantity Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the QuantityColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Quantity As Decimal
'Usage
Dim instance As InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta
Dim value As Decimal
value = instance.Quantity
instance.Quantity = value
public decimal Quantity { get; set; }
public:
property Decimal Quantity {
Decimal get ();
void set (Decimal value);
}
public function get Quantity () : decimal
public function set Quantity (value : decimal)
Property Value
Type: System..::.Decimal
The value from the QuantityColumn column of the InventoryQuantityDeltasDataSet..::.InventoryQuantityDeltasDataTable table.
Remarks
The decrement/increment quantity.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Class
InventoryQuantityDeltasDataSet..::.InventoryQuantityDelta Members