Share via


QueryProperties.IntentQueryId 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 IntentQueryId As Guid
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Guid

value = instance.IntentQueryId

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

Property value

Type: System.Guid

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace