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
- 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.
See Also
Reference
InventorySkusDataSet..::.InventorySku Class