Share via


Category3.CategoryName Property (PIA)

The CategoryName property is a read-only String that contains the name of this category.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
…
Public Property CategoryName As String

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
…
public string CategoryName {get;}

Property Values

A string used to return the category name.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

The following table shows the custom COM errors that a COMException can wrap.

Constant Value Description
E_INVALIDARG

[C#] 0x80070057

[Visual Basic .NET] &H80070057

One or more arguments are invalid.
E_OUTOFMEMORY

[C#] 0x8007000E

[Visual Basic .NET] &H8007000E

Ran out of memory.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: cataloglib (in cataloglib.dll)

See Also

Category Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.