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 or sets a ReadOnlyStringCollection of catalog names used for the search.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogNamesCollection As ReadOnlyStringCollection
'Usage
Dim instance As CatalogSearch
Dim value As ReadOnlyStringCollection
value = instance.CatalogNamesCollection
instance.CatalogNamesCollection = value
public ReadOnlyStringCollection CatalogNamesCollection { get; set; }
public:
property ReadOnlyStringCollection^ CatalogNamesCollection {
ReadOnlyStringCollection^ get ();
void set (ReadOnlyStringCollection^ value);
}
public function get CatalogNamesCollection () : ReadOnlyStringCollection
public function set CatalogNamesCollection (value : ReadOnlyStringCollection)
Property Value
Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A collection of catalog names used for the search.
Remarks
The collection contains the catalog names of any catalog used for the search.
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.