ResultTable.QueryId property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property QueryId As String
Get
Friend Set
'Usage
Dim instance As ResultTable
Dim value As String
value = instance.QueryId
[ObsoleteAttribute("This class is obsolete.")]
public string QueryId { get; internal set; }
Property value
Type: System.String