StartProcessCommand.RedirectStandardError Property

Definition

Redirect error.

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

Property Value

Attributes

Applies to