Query.SourceId property

NOTE: This API is now obsolete.

The identifier of the the source to be used to run the query.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property SourceId As Guid
    Get
    Set
'Usage
Dim instance As Query
Dim value As Guid

value = instance.SourceId

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

Property value

Type: System.Guid

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace