PSActivity.PSError Property

Definition

The Error stream / collection for the activity.

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

Property Value

Attributes

Applies to