PSErrorInfo.ErrId Property
Gets the Project Server error identification number.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property ErrId As PSErrorID
Get
'Usage
Dim instance As PSErrorInfo
Dim value As PSErrorID
value = instance.ErrId
public PSErrorID ErrId { get; }
Property Value
Type: Microsoft.Office.Project.Server.Library.PSErrorID
One of the PSErrorID constants.