EnterPSSessionCommand.VMId Property

Definition

Virtual machine ID.

public:
 property Guid VMId { Guid get(); void set(Guid value); };
public Guid VMId { get; set; }
[System.Management.Automation.Alias(new System.String[] { "VMGuid" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Guid VMId { get; set; }
member this.VMId : Guid with get, set
[<System.Management.Automation.Alias(new System.String[] { "VMGuid" })>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", Position=0, ValueFromPipeline=true, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VMId : Guid with get, set
Public Property VMId As Guid

Property Value

Attributes

Applies to