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

See Also

Reference

CatalogSet Class

CatalogSet Members

Microsoft.CommerceServer.CatalogSets Namespace