EnterPSHostProcessCommand.CustomPipeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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