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) 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
- 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.