Share via


Category3.CatalogName Property (PIA)

The CatalogName property is a read-only String that contains the name of the catalog within which this category exists.

Definition

[Visual Basic .NET]

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

[C#]

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

Property Value

A string used to return the catalog 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.

Remarks

[Visual Basic .NET] The CatalogName property contains valid data only if the property is accessed successfully.

[C#] The CatalogName property contains valid data only if the property is accessed successfully.

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.