CategoryName Property

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

Gets the category name where this rule applies.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CategoryName As String
'Usage
Dim instance As CatalogRule
Dim value As String

value = instance.CategoryName
public abstract string CategoryName { get; }
public:
virtual property String^ CategoryName {
    String^ get () abstract;
}
public abstract function get CategoryName () : String

Property Value

Type: System..::.String
The name of the category that contains this rule.

Remarks

The category name for the current catalog rule.

Permissions

See Also

Reference

CatalogRule Class

CatalogRule Members

Microsoft.CommerceServer.Catalog Namespace