PSContextInfo.UlsCorrelationUid propriedade
Obtém ou define a correlação ULS GUID.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property UlsCorrelationUid As Guid
Get
Set
'Uso
Dim instance As PSContextInfo
Dim value As Guid
value = instance.UlsCorrelationUid
instance.UlsCorrelationUid = value
[DataMemberAttribute]
public Guid UlsCorrelationUid { get; set; }
Valor de propriedade
Tipo: System.Guid
A correlação ULS GUID.
Implementos
IPSContextInfo.UlsCorrelationUid