CategoriesClause Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the categories clause. Allows searching across multiple categories in one or more catalogs.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CategoriesClause As String
'Usage
Dim instance As CatalogSearch
Dim value As String
value = instance.CategoriesClause
instance.CategoriesClause = value
public string CategoriesClause { get; set; }
public:
property String^ CategoriesClause {
String^ get ();
void set (String^ value);
}
public function get CategoriesClause () : String
public function set CategoriesClause (value : String)
Property Value
Type: System..::.String
The clause to select the categories to search for.
Remarks
Stores the categories clause. A System.String that contains the category names 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.