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 a value indicating if 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 Product
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 the inventory information exists for the product; otherwise, false.
Remarks
Returns true if inventory information exists for the product else returns false.
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.