CatalogContext.GetDefinitionProperties (String) Method (BCL)

Use this method to get the properties for a specific catalog definition.

[Visual Basic .NET]

Overridable Public Function GetDefinitionProperties( _ByValdefinitionName As System.String _
) As System.Data.DataSet

[C#]

public virtual System.Data.DataSet GetDefinitionProperties(System.StringdefinitionName);

Parameters

[Visual Basic .NET]

  • definitionName
    The name of the definition. May not be null.

[C#]

  • definitionName
    The name of the definition. May not be null.

Return Value

A DataSet containing definition properties.

Remarks

The GetDefinitionProperties method can be used to retrieve properties of either category or product definitions. Gets the names of the definitions using the CategoryDefinitionNames or ProductDefinitionNames properties. Throws an ArgumentNullException if the definitionName parameter is null. 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.