InventoryExists Property

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

Gets a value used to indicate if the Inventory information exists for the product.

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

Syntax

'Declaration
Public ReadOnly Property InventoryExists As Boolean
'Usage
Dim instance As Variant
Dim value As Boolean

value = instance.InventoryExists
public bool InventoryExists { get; }
public:
property bool InventoryExists {
    bool get ();
}
public function get InventoryExists () : boolean

Property Value

Type: System..::.Boolean
true if inventory information exists for the product; otherwise, false.

Remarks

Returns true if inventory information exists for the product, else returns false.

Permissions

See Also

Reference

Variant Class

Variant Members

Microsoft.CommerceServer.Catalog Namespace