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

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace