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