SearchObjectFilter.IncludeLowerLevels property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IncludeLowerLevels As Boolean
Get
Set
'Usage
Dim instance As SearchObjectFilter
Dim value As Boolean
value = instance.IncludeLowerLevels
instance.IncludeLowerLevels = value
[DataMemberAttribute]
public bool IncludeLowerLevels { get; set; }
Property value
Type: System.Boolean