Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.