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 the inventory condition of this catalog item.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property InventoryCondition As InventoryCondition
'Usage
Dim instance As Variant
Dim value As InventoryCondition
value = instance.InventoryCondition
public InventoryCondition InventoryCondition { get; }
public:
property InventoryCondition InventoryCondition {
InventoryCondition get ();
}
public function get InventoryCondition () : InventoryCondition
Property Value
Type: Microsoft.CommerceServer.Inventory..::.InventoryCondition
A InventoryCondition containing the inventory condition of this catalog item.
Remarks
The enumerated values are:
Backordered
InStock
OutOfStock
Preordered
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.