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