QueryPropertyValue.BoolVal propriedade
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (em Microsoft.SharePoint.Client.Search.dll)
Sintaxe
'Declaração
Public Property BoolVal As Boolean
Get
Set
'Uso
Dim instance As QueryPropertyValue
Dim value As Boolean
value = instance.BoolVal
instance.BoolVal = value
public bool BoolVal { get; set; }
Valor de propriedade
Tipo: System.Boolean