PSErrorInfo.ErrUid Property
Gets the GUID of the Project Server error.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property ErrUid As Guid
Get
'Usage
Dim instance As PSErrorInfo
Dim value As Guid
value = instance.ErrUid
public Guid ErrUid { get; }
Property Value
Type: System.Guid
The internal GUID value of a Project Server error.
Remarks
Third-party applications should use the ErrId, ErrName, and ErrorAttributes properties, and the ErrorAttributeNames method, to get information about a Project Server error.