Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.