Compartilhar via


QueryProperties.SourceId property

O identificador da fonte a ser usada para executar a consulta.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property SourceId As Guid
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Guid

value = instance.SourceId

instance.SourceId = value
public Guid SourceId { get; set; }

Property value

Type: System.Guid

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace