Freigeben über


FilterPreorderableSkus 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 FilterPreorderableSkus As Boolean
'Usage
Dim instance As InventoryOptions
Dim value As Boolean

value = instance.FilterPreorderableSkus

instance.FilterPreorderableSkus = value
public bool FilterPreorderableSkus { get; set; }
public:
property bool FilterPreorderableSkus {
    bool get ();
    void set (bool value);
}
public function get FilterPreorderableSkus () : boolean
public function set FilterPreorderableSkus (value : boolean)

Property Value

Type: System..::.Boolean
true to indicate to filter the products that can be back pre ordered; otherwise false.

Remarks

A value that specifies whether products that can be backordered are filtered.

Permissions

See Also

Reference

InventoryOptions Class

InventoryOptions Members

Microsoft.CommerceServer.Inventory Namespace