PreorderedQuantity Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the preordered quantity.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property PreorderedQuantity As Decimal
'Usage
Dim instance As InventorySku
Dim value As Decimal

value = instance.PreorderedQuantity
public decimal PreorderedQuantity { get; }
public:
property Decimal PreorderedQuantity {
    Decimal get ();
}
public function get PreorderedQuantity () : decimal

Property Value

Type: System..::.Decimal
The preordered quantity.

Remarks

A value that indicates the quantity that has been preordered. This value is computed. It can be exported but not imported.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace