SetPSWorkflowData.PSError 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.
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