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