CategoryName Property

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

Gets the CategoryName from which this PricingRule is derived.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CategoryName As String
'Usage
Dim instance As PricingRule
Dim value As String

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

Property Value

Type: System..::.String
The category name for the base PricingRule.

Remarks

These rules override the base catalog prices.

Permissions

See Also

Reference

PricingRule Class

PricingRule Members

Microsoft.CommerceServer.Catalog Namespace