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 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
- 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.