EnterPSSessionCommand.Name Property

Definition

Name of the remote runspace info object.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Name { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Name", ValueFromPipelineByPropertyName=true)]
public string Name { get; set; }
member this.Name : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Name", ValueFromPipelineByPropertyName=true)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to