Condividi tramite


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.

See also

Reference

PSErrorInfo class

PSErrorInfo members

Microsoft.Office.Project.Server.Library namespace