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 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 SpecificationSearch
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
Allows configuration of the inventory options associated with the search.
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.