PreorderLimit Property

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

Gets or sets the pre order limit.

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

Syntax

'Declaration
Public Property PreorderLimit As Decimal
'Usage
Dim instance As InventorySku
Dim value As Decimal

value = instance.PreorderLimit

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

Property Value

Type: System..::.Decimal
The pre order limit.

Remarks

This attribute specifies the preorder limit for the product.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace