InventoryCondition Property
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 Product
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
An 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.