Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.