PSRunspaceCmdlet.VMId Property

Definition

Guid of target virtual machine.

public:
 virtual property cli::array <Guid> ^ VMId { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public virtual Guid[] VMId { get; set; }
[System.Management.Automation.Alias(new System.String[] { "VMGuid" })]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMIdInstanceId", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual 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", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="VMIdInstanceId", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.VMId : Guid[] with get, set
Public Overridable Property VMId As Guid()

Property Value

Guid[]
Attributes

Applies to