ProductCatalog Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a product catalog object for this objects product catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property ProductCatalog As ProductCatalog
'Usage
Dim instance As CatalogItem
Dim value As ProductCatalog
value = instance.ProductCatalog
public ProductCatalog ProductCatalog { get; }
public:
property ProductCatalog^ ProductCatalog {
ProductCatalog^ get ();
}
public function get ProductCatalog () : ProductCatalog
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ProductCatalog
A ProductCatalog object for this objects product catalog.
Remarks
Uses the CatalogName to obtain the catalog.
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.