Share via


CatalogSearch.Recursive Property (BCL)

The Recursive property indicates whether the search will be recursive.

Definition

[Visual Basic .NET]

Public Property Recursive As System.Boolean

[C#]

public System.Boolean Recursive{get; set;} 

Property Value

A System.Boolean that indicates whether the search will be recursive.

Remarks

This property only applies to a category search.

A value of True indicates that the search will be recursive.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.