Edit

PSClientError.HasArrayErrors Property

Definition

Gets a value that indicates whether any errors reported by the PSClientError object are array errors for the PSI method.

public:
 property bool HasArrayErrors { bool get(); };
public bool HasArrayErrors { get; }
member this.HasArrayErrors : bool
Public ReadOnly Property HasArrayErrors As Boolean

Property Value

True if any errors reported by the PSClientError object are array errors for the PSI method; otherwise, False.

Applies to