CommonRunspaceCommandBase.RunspaceInstanceId Property

Definition

RunspaceInstanceId.

public:
 property cli::array <Guid> ^ RunspaceInstanceId { cli::array <Guid> ^ get(); void set(cli::array <Guid> ^ value); };
public Guid[] RunspaceInstanceId { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceInstanceIdParameterSet", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public Guid[] RunspaceInstanceId { get; set; }
member this.RunspaceInstanceId : Guid[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceInstanceIdParameterSet", Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.RunspaceInstanceId : Guid[] with get, set
Public Property RunspaceInstanceId As Guid()

Property Value

Guid[]
Attributes

Applies to