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) CatalogAttributes are removed, use Information instead. Returns a DataSet with the attributes of the catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("CatalogAttributes are removed, use ProductCatalog.Information instead")> _
Public Function GetCatalogAttributes As DataSet
'Usage
Dim instance As ProductCatalog
Dim returnValue As DataSet
returnValue = instance.GetCatalogAttributes()
[ObsoleteAttribute("CatalogAttributes are removed, use ProductCatalog.Information instead")]
public DataSet GetCatalogAttributes()
[ObsoleteAttribute(L"CatalogAttributes are removed, use ProductCatalog.Information instead")]
public:
DataSet^ GetCatalogAttributes()
public function GetCatalogAttributes() : DataSet
Return Value
Type: System.Data..::.DataSet
A DataSet with the Attributes of the catalog.
Remarks
Use this method to retrieve the attributes of this catalog. The returned DataSet is disconnected and updateable.
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.