StartProcessCommand.RedirectStandardOutput Property

Definition

Redirect output.

public:
 property System::String ^ RedirectStandardOutput { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ RedirectStandardOutput { Platform::String ^ get(); void set(Platform::String ^ value); };
public string RedirectStandardOutput { get; set; }
[System.Management.Automation.Alias(new System.String[] { "RSO" })]
[System.Management.Automation.Parameter(ParameterSetName="Default")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string RedirectStandardOutput { get; set; }
member this.RedirectStandardOutput : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "RSO" })>]
[<System.Management.Automation.Parameter(ParameterSetName="Default")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.RedirectStandardOutput : string with get, set
Public Property RedirectStandardOutput As String

Property Value

Attributes

Applies to