OriginalCategoryName Property

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

Gets the original category name for this category.

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

Syntax

'Declaration
Public ReadOnly Property OriginalCategoryName As String
'Usage
Dim instance As Category
Dim value As String

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

Property Value

Type: System..::.String
The OriginalCategoryName of the category.

Remarks

The original category name for this category. In a Virtual Catalog, the OriginalCategoryName is the name of the category in the Base Catalog. In a Base Catalog, the OriginalCategoryName is the same as the Name.

Permissions

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace