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.
Gets the list of catalogs included in this virtual catalog.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property SourceCatalogs As ProductCatalogCollection
'Usage
Dim instance As VirtualCatalog
Dim value As ProductCatalogCollection
value = instance.SourceCatalogs
public ProductCatalogCollection SourceCatalogs { get; }
public:
property ProductCatalogCollection^ SourceCatalogs {
ProductCatalogCollection^ get ();
}
public function get SourceCatalogs () : ProductCatalogCollection
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ProductCatalogCollection
A ProductCatalogCollection containing the catalogs used to build this virtual catalog.
Remarks
The collection contains the dependent catalogs dataset.
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.