Query.SourceId propriedade
Especifica o identificador (ID) da fonte de resultado a ser usado para executar a consulta.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (em Microsoft.SharePoint.Client.Search.dll)
Sintaxe
'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; }
Valor de propriedade
Tipo: System.Guid