Share via


PSClientError.HasGeneralErrors property

Gets a value that indicates whether the PSClientError object contains any general errors from a PSI call.

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

Syntax

'Declaration
Public ReadOnly Property HasGeneralErrors As Boolean
    Get
'Usage
Dim instance As PSClientError
Dim value As Boolean

value = instance.HasGeneralErrors
public bool HasGeneralErrors { get; }

Property value

Type: System.Boolean
True if the PSClientError object contains any general errors from a PSI call; otherwise, False.

See also

Reference

PSClientError class

PSClientError members

Microsoft.Office.Project.Server.Library namespace