PSClientError.HasErrors Property
Specifies whether the PSClientError object contains any 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 HasErrors As Boolean
Get
'Usage
Dim instance As PSClientError
Dim value As Boolean
value = instance.HasErrors
public bool HasErrors { get; }
Property Value
Type: System.Boolean