EnterPSSessionCommand.Id Property

Definition

SessionId of the remote runspace info object.

public:
 property int Id { int get(); void set(int value); };
public:
 property int Id { int get(); void set(int value); };
public int Id { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Id", Position=0, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNull]
public int Id { get; set; }
member this.Id : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Id", Position=0, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

Attributes

Applies to