StartProcessCommand.RedirectStandardInput Property

Definition

Redirect input.

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

Property Value

Attributes

Applies to