QueryPropertyValue.BoolVal property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property BoolVal As Boolean
Get
Set
'Usage
Dim instance As QueryPropertyValue
Dim value As Boolean
value = instance.BoolVal
instance.BoolVal = value
public bool BoolVal { get; set; }
Property value
Type: System.Boolean