QueryProperties.Id property
A client generated identifier for the query. SearchExecutor.ExecuteQueries expect this property to be given a value and for ids of all Queries passed in a call to it to be different.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Id As String
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As String
value = instance.Id
instance.Id = value
public string Id { get; set; }
Property value
Type: System.String