다음을 통해 공유


Backorderable Property

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

Gets or sets the value in the BackorderableColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.

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

Syntax

'Declaration
Public Property Backorderable As Boolean
'Usage
Dim instance As InventorySkusDataSet..::.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 to indicate the object is back orderable; Otherwise, false.

Exceptions

Exception Condition
StrongTypingException

The value for column Backorderable in table InventorySkus is DBNull.

Remarks

The value in the BackorderableColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table. A value used to determine if this product is backorderable.

Permissions

See Also

Reference

InventorySkusDataSet..::.InventorySku Class

InventorySkusDataSet..::.InventorySku Members

Microsoft.CommerceServer.Inventory Namespace