Share via


ProductCatalog.GetCatalogAttributes Method (BCL)

Use this method to get all attributes of the catalog.

Definition

[Visual Basic .NET]

Overridable Public Function GetCatalogAttributes( _) As System.Data.DataSet

[C#]

public virtual System.Data.DataSet GetCatalogAttributes();

Return Value

A DataSet containing a single DataTable with the catalog attribute data.

Remarks

Throws a CatalogException on failure.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.