BackorderedQuantity Property

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

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace