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 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
- 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.