EnterPSSessionCommand.InstanceId Property

Definition

RemoteRunspaceId of the remote runspace info object.

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

Property Value

Attributes

Applies to