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 backordered quantity.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property BackorderedQuantity As Decimal
'Usage
Dim instance As InventorySku
Dim value As Decimal
value = instance.BackorderedQuantity
public decimal BackorderedQuantity { get; }
public:
property Decimal BackorderedQuantity {
Decimal get ();
}
public function get BackorderedQuantity () : decimal
Property Value
Type: System..::.Decimal
The backordered quantity.
Remarks
A value to determine how many units are backordered.
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.