EnterPSHostProcessCommand.CustomPipeName Property

Definition

Gets or sets the custom named pipe name to connect to. This is usually used in conjunction with pwsh -CustomPipeName.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PipeNameParameterSet")]
public string CustomPipeName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PipePipeNameParameterSet")]
public string CustomPipeName { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PipeNameParameterSet")>]
member this.CustomPipeName : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PipePipeNameParameterSet")>]
member this.CustomPipeName : string with get, set
Public Property CustomPipeName As String

Property Value

Attributes

Applies to