IncludedCatalogs Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the ProductCatalogCollection containing the list of product catalogs in this catalog set.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property IncludedCatalogs As ProductCatalogCollection
'Usage
Dim instance As CatalogSet
Dim value As ProductCatalogCollection
value = instance.IncludedCatalogs
public ProductCatalogCollection IncludedCatalogs { get; }
public:
property ProductCatalogCollection^ IncludedCatalogs {
ProductCatalogCollection^ get ();
}
public function get IncludedCatalogs () : ProductCatalogCollection
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ProductCatalogCollection
A ProductCatalogCollection with all of the product catalogs in the catalogset.
Remarks
The collection contains all of the product catalogs included in the catalogset.
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.