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