Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the quantity that was decremented/incremented by this operation.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Quantity As Decimal
'Usage
Dim instance As InventoryQuantityDelta
Dim value As Decimal
value = instance.Quantity
public decimal Quantity { get; }
public:
property Decimal Quantity {
Decimal get ();
}
public function get Quantity () : decimal
Property Value
Type: System..::.Decimal
The quantity that was decremented/incremented by this operation.
Remarks
The quantity that was decremented/incremented for the product in the inventory system.
Used to records quantity decrements/increments when buyers purchase items on the site or return items.
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.