Dijeli putem


AssociatedProductCatalogs Property

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

Gets a ReadOnlyStringCollection containing the product catalogs in this inventory catalog.

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

Syntax

'Declaration
Public ReadOnly Property AssociatedProductCatalogs As ReadOnlyStringCollection
'Usage
Dim instance As InventoryCatalog
Dim value As ReadOnlyStringCollection

value = instance.AssociatedProductCatalogs
public ReadOnlyStringCollection AssociatedProductCatalogs { get; }
public:
property ReadOnlyStringCollection^ AssociatedProductCatalogs {
    ReadOnlyStringCollection^ get ();
}
public function get AssociatedProductCatalogs () : ReadOnlyStringCollection

Property Value

Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the product catalogs in this inventory catalog.

Remarks

Returns a collection of all of the product catalogs in this InventoryCatalog. One InventoryCatalog may contain one or more product catalogs, but a ProductCatalog can be mapped to only one InventoryCatalog.

Permissions

See Also

Reference

InventoryCatalog Class

InventoryCatalog Members

Microsoft.CommerceServer.Inventory Namespace