CatalogNames Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the catalog names used for the search.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogNames As String
'Usage
Dim instance As CatalogSearch
Dim value As String
value = instance.CatalogNames
instance.CatalogNames = value
public string CatalogNames { get; set; }
public:
property String^ CatalogNames {
String^ get ();
void set (String^ value);
}
public function get CatalogNames () : String
public function set CatalogNames (value : String)
Property Value
Type: System..::.String
A System.String object containing a comma-delimited list of the catalog names used for the search.
Remarks
The CatalogNames property contains the catalog names used for the search. If the CatalogNames property is not specified, then all catalogs in the Product Catalog System are searched.
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.