Preorderable Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the PreorderableColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Preorderable As Boolean
'Usage
Dim instance As InventorySkusDataSet..::.InventorySku
Dim value As Boolean
value = instance.Preorderable
instance.Preorderable = value
public bool Preorderable { get; set; }
public:
property bool Preorderable {
bool get ();
void set (bool value);
}
public function get Preorderable () : boolean
public function set Preorderable (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the object is back preorderable; Otherwise, false.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | The value for column Preorderable in table InventorySkus is DBNull. |
Remarks
The value in the PreorderableColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.
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