PSClientError.HasArrayErrors Property
Specifies whether any errors reported by the PSClientError object are array errors for the PSI method.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property HasArrayErrors As Boolean
Get
'Usage
Dim instance As PSClientError
Dim value As Boolean
value = instance.HasArrayErrors
public bool HasArrayErrors { get; }
Property Value
Type: System.Boolean