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 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 VariantConfiguration
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
- 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.