Share via


GetCategoryProperties Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

NOTE: This API is now obsolete.

(Obsolete) Returns a DataSet that contains the properties for this category. Both the properties that are present in the definition of this category and the built-in properties are returned.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<ObsoleteAttribute("GetCategoryProperties is obsolete, use Category.Information instead")> _
Public Function GetCategoryProperties As DataSet
'Usage
Dim instance As Category
Dim returnValue As DataSet

returnValue = instance.GetCategoryProperties()
[ObsoleteAttribute("GetCategoryProperties is obsolete, use Category.Information instead")]
public DataSet GetCategoryProperties()
[ObsoleteAttribute(L"GetCategoryProperties is obsolete, use Category.Information instead")]
public:
DataSet^ GetCategoryProperties()
public function GetCategoryProperties() : DataSet

Return Value

Type: System.Data..::.DataSet
A DataSet containing the properties of this category.

Remarks

GetCategoryProperties is obsolete, use Category.Information instead

Permissions

See Also

Reference

Category Class

Category Members

Microsoft.CommerceServer.Catalog Namespace