NotIncludedCatalogs Property

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

Gets the ProductCatalogCollection containing the list of product catalogs not in this catalog set.

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

Syntax

'Declaration
Public ReadOnly Property NotIncludedCatalogs As ProductCatalogCollection
'Usage
Dim instance As CatalogSet
Dim value As ProductCatalogCollection

value = instance.NotIncludedCatalogs
public ProductCatalogCollection NotIncludedCatalogs { get; }
public:
property ProductCatalogCollection^ NotIncludedCatalogs {
    ProductCatalogCollection^ get ();
}
public function get NotIncludedCatalogs () : ProductCatalogCollection

Property Value

Type: Microsoft.CommerceServer.Catalog..::.ProductCatalogCollection
A ProductCatalogCollection containing the list of product catalogs not in this catalog set.

Remarks

The returned collection is a SearchableObjectCollection<(Of <(TObject, TDataSet>)>).

Permissions

See Also

Reference

CatalogSet Class

CatalogSet Members

Microsoft.CommerceServer.CatalogSets Namespace