Backorderable Property

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

Gets or sets the back orderable flag.

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

Syntax

'Declaration
Public Property Backorderable As Boolean
'Usage
Dim instance As InventorySku
Dim value As Boolean

value = instance.Backorderable

instance.Backorderable = value
public bool Backorderable { get; set; }
public:
property bool Backorderable {
    bool get ();
    void set (bool value);
}
public function get Backorderable () : boolean
public function set Backorderable (value : boolean)

Property Value

Type: System..::.Boolean
true if the InventorySku can be backordered; otherwise, false. Default is false.

Remarks

Determines if the product is back orderable. This is an optional attribute which defines if the product can be backordered or not.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace