VirtualCatalogRuleType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the VirtualCatalogRuleTypeColumn column of the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property VirtualCatalogRuleType As Short
'Usage
Dim instance As CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule
Dim value As Short
value = instance.VirtualCatalogRuleType
instance.VirtualCatalogRuleType = value
public short VirtualCatalogRuleType { get; set; }
public:
property short VirtualCatalogRuleType {
short get ();
void set (short value);
}
public function get VirtualCatalogRuleType () : short
public function set VirtualCatalogRuleType (value : short)
Property Value
Type: System..::.Int16
The value from the VirtualCatalogRuleTypeColumn column of the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable table.
Remarks
The Virtual Catalog Rule Type. DataSet: CatalogVirtualCatalogRulesDataSet Table: VirtualCatalogRules Column: Type.
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.
See Also
Reference
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule Class
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule Members