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 a value that specifies whether products that are out of stock are filtered.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property FilterOutOfStockSkus As Boolean
'Usage
Dim instance As InventoryOptions
Dim value As Boolean
value = instance.FilterOutOfStockSkus
instance.FilterOutOfStockSkus = value
public bool FilterOutOfStockSkus { get; set; }
public:
property bool FilterOutOfStockSkus {
bool get ();
void set (bool value);
}
public function get FilterOutOfStockSkus () : boolean
public function set FilterOutOfStockSkus (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate to filter the products that are out of stock; otherwise false.
Remarks
A value that specifies whether products that are out of stock 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.