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