PSContextInfo.UlsCorrelationUid property

Gets or sets the ULS correlation GUID.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UlsCorrelationUid As Guid
    Get
    Set
'Usage
Dim instance As PSContextInfo
Dim value As Guid

value = instance.UlsCorrelationUid

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

Property value

Type: System.Guid
The ULS correlation GUID.

Implements

IPSContextInfo.UlsCorrelationUid

See also

Reference

PSContextInfo class

PSContextInfo members

Microsoft.Office.Project.Server.Library namespace