ActivityImplementationContext.PSError Property

Definition

The Error stream / collection for the activity.

public:
 property System::Management::Automation::PSDataCollection<System::Management::Automation::ErrorRecord ^> ^ PSError { System::Management::Automation::PSDataCollection<System::Management::Automation::ErrorRecord ^> ^ get(); void set(System::Management::Automation::PSDataCollection<System::Management::Automation::ErrorRecord ^> ^ value); };
public System.Management.Automation.PSDataCollection<System.Management.Automation.ErrorRecord> PSError { get; set; }
member this.PSError : System.Management.Automation.PSDataCollection<System.Management.Automation.ErrorRecord> with get, set
Public Property PSError As PSDataCollection(Of ErrorRecord)

Property Value

Applies to