Dijeli putem


InventoryOptions Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the Inventory options used for the search.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property InventoryOptions As InventoryOptions
'Usage
Dim instance As CatalogSearch
Dim value As InventoryOptions

value = instance.InventoryOptions

instance.InventoryOptions = value
public InventoryOptions InventoryOptions { get; set; }
public:
property InventoryOptions^ InventoryOptions {
    InventoryOptions^ get ();
    void set (InventoryOptions^ value);
}
public function get InventoryOptions () : InventoryOptions
public function set InventoryOptions (value : InventoryOptions)

Property Value

Type: Microsoft.CommerceServer.Inventory..::.InventoryOptions
The InventoryOptions for the search.

Remarks

Stores the Inventory options used for the search. Allows configuration of the inventory options associated with the search.

Permissions

See Also

Reference

CatalogSearch Class

CatalogSearch Members

Microsoft.CommerceServer.Catalog Namespace