Query.SourceId property
Especifica o identificador (ID) da fonte de resultado a ser usado 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 Query
Dim value As Guid
value = instance.SourceId
instance.SourceId = value
public Guid SourceId { get; set; }
Property value
Type: System.Guid