IsExclusionRule Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value whether an item is to be excluded from this virtual catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property IsExclusionRule As Boolean
'Usage
Dim instance As VirtualCatalogRule
Dim value As Boolean
value = instance.IsExclusionRule
public bool IsExclusionRule { get; }
public:
property bool IsExclusionRule {
bool get ();
}
public function get IsExclusionRule () : boolean
Property Value
Type: System..::.Boolean
true to exclude the rule; otherwise, false.
Remarks
Includes/excludes an item from this virtual catalog.
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.