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