Share via


GetProductProperties Method

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

NOTE: This API is now obsolete.

(Obsolete) GetProductProperties is obsolete, use Information instead. Retrieve a CatalogItemsDataSet containing the properties of this product.

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

Syntax

'Declaration
<ObsoleteAttribute("GetProductProperties is obsolete, use Product.Information instead")> _
Public Function GetProductProperties As CatalogItemsDataSet
'Usage
Dim instance As Product
Dim returnValue As CatalogItemsDataSet

returnValue = instance.GetProductProperties()
[ObsoleteAttribute("GetProductProperties is obsolete, use Product.Information instead")]
public CatalogItemsDataSet GetProductProperties()
[ObsoleteAttribute(L"GetProductProperties is obsolete, use Product.Information instead")]
public:
CatalogItemsDataSet^ GetProductProperties()
public function GetProductProperties() : CatalogItemsDataSet

Return Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogItemsDataSet
A CatalogItemsDataSet containing the properties of this product.

Remarks

Returns a CatalogItemsDataSet containing the properties of this product.

Permissions

See Also

Reference

Product Class

Product Members

Microsoft.CommerceServer.Catalog Namespace