PSClientError.HasArrayErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.