CategoriesClause Property

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

See Also

Reference

CatalogSearch Class

CatalogSearch Members

Microsoft.CommerceServer.Catalog Namespace