FilterBackorderableSkus Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value that specifies whether products that can be backordered are filtered.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property FilterBackorderableSkus As Boolean
'Usage
Dim instance As InventoryOptions
Dim value As Boolean
value = instance.FilterBackorderableSkus
instance.FilterBackorderableSkus = value
public bool FilterBackorderableSkus { get; set; }
public:
property bool FilterBackorderableSkus {
bool get ();
void set (bool value);
}
public function get FilterBackorderableSkus () : boolean
public function set FilterBackorderableSkus (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate to filter the products that can be back ordered; otherwise false.
Remarks
A value that specifies whether products that can be backordered are filtered.
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.