CategoryName Field
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The CategoryName field of the CatalogVirtualCatalogRulesDataSetSchema class contains a constant used to reference a database column. This field is constant.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Const CategoryName As String
'Usage
Dim value As String
value = CatalogVirtualCatalogRulesDataSetSchema.CategoryName
public const string CategoryName
public:
literal String^ CategoryName
public const var CategoryName : String
Remarks
Specifies the column name in the VirtualCatalogRules table as "CatalogName". DataSet: CatalogVirtualCatalogRulesDataSet Table: VirtualCatalogRules Column: CategoryName.
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
CatalogVirtualCatalogRulesDataSetSchema Class