Compartilhar via


QueryProperties.CorrelationId property

Obtém ou define o identificador (ID) para uma entrada de serviço de log unificado (ULS).

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property CorrelationId As Guid
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Guid

value = instance.CorrelationId

instance.CorrelationId = value
[DataMemberAttribute]
public Guid CorrelationId { get; set; }

Property value

Type: System.Guid
A ID de entrada ULS.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace