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