Share via


QueryProperties.Id property

NOTE: This API is now obsolete.

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.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property Id As String
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As String

value = instance.Id

instance.Id = value
[ObsoleteAttribute("This class is obsolete.")]
public string Id { get; set; }

Property value

Type: System.String

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace