PSWorkflowInstance.Streams Property

Definition

Gets the streams of workflow.

public:
 virtual property System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ Streams { System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ get(); void set(System::Management::Automation::PowerShellStreams<System::Management::Automation::PSObject ^, System::Management::Automation::PSObject ^> ^ value); };
public virtual System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject,System.Management.Automation.PSObject> Streams { get; set; }
member this.Streams : System.Management.Automation.PowerShellStreams<System.Management.Automation.PSObject, System.Management.Automation.PSObject> with get, set
Public Overridable Property Streams As PowerShellStreams(Of PSObject, PSObject)

Property Value

Applies to