HierarchyMemberFilterIsSearchRecursive Property |
Gets or sets a value indicating whether the search includes child members.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsSearchRecursive { get; set; }Public Property IsSearchRecursive As Boolean
Get
Set
public:
property bool IsSearchRecursive {
bool get ();
void set (bool value);
}member IsSearchRecursive : bool with get, set
Property Value
Type:
Boolean
See Also