Share via


CatalogSets2.OrganizationObjectCategoryName Property (PIA)

The OrganizationObjectCategoryName property is a read/write string that contains the category name of the organization object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Catalog
…
Public Property OrganizationObjectCatalogName as String 

[C#]

using Microsoft.CommerceServer.Interop.Catalog;
…
public string OrganizationObjectCategoryName( get; set;)

PropertyValue

[C#] [in] When putting the property, a BSTR that contains the OrganizationObjectCategoryName.
[out, retval] When getting the property, a BSTR used to return the OrganizationObjectCategoryName.

[Visual Basic .NET] None.

Exceptions

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

Remarks

For more information about memory ownership issues related to COM property and method parameters, see Managing COM Parameter Memory.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: cs_ctlgsets (in cs_ctlgsets.dll)

See Also

CatalogSets2 Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.