InventoryOptions Property

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

Gets or sets the InventoryOptions for this catalog item.

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

Syntax

'Declaration
Public Property InventoryOptions As InventoryOptions
'Usage
Dim instance As CatalogItemConfiguration
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 inventory options for this item.

Remarks

Allows configuration of the inventory options associated with this object.

Permissions

See Also

Reference

CatalogItemConfiguration Class

CatalogItemConfiguration Members

Microsoft.CommerceServer.Catalog Namespace