BackorderLimit Property

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

Gets or sets the back order limit.

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

Syntax

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

value = instance.BackorderLimit

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

Property Value

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

Remarks

The back order limit if the product is back orderable. This attribute specifies the backorder limit for the product.

This is the value beyond which, it is not prudent to take backorders. Backordering cannot happen beyond this value. This is to restrict overselling and thereby preventing failure to fulfill.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace