Freigeben über


IgnoreInventorySystem Property

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

Gets or sets a flag indicating that this connection should ignore an inventory system if one is present.

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

Syntax

'Declaration
Public Property IgnoreInventorySystem As Boolean
'Usage
Dim instance As CatalogSiteAgent
Dim value As Boolean

value = instance.IgnoreInventorySystem

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

Property Value

Type: System..::.Boolean
true to ignore an inventory system; otherwise false.

Remarks

This flag can be used to override the default integration of inventory data into the catalog system for the CatalogContext to be created. (This flag is ignored if an inventory resource is not available.)

Permissions

See Also

Reference

CatalogSiteAgent Class

CatalogSiteAgent Members

Microsoft.CommerceServer.Catalog Namespace