CommonRunspaceCommandBase.RunspaceId Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runspace Id.
public:
 property cli::array <int> ^ RunspaceId { cli::array <int> ^ get(); void set(cli::array <int> ^ value); };
	public:
 property Platform::Array <int> ^ RunspaceId { Platform::Array <int> ^ get(); void set(Platform::Array <int> ^ value); };
	public int[] RunspaceId { get; set; }
	[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceIdParameterSet", Position=0)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int[] RunspaceId { get; set; }
	member this.RunspaceId : int[] with get, set
	[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="RunspaceIdParameterSet", Position=0)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.RunspaceId : int[] with get, set
	Public Property RunspaceId As Integer()
	Property Value
		Int32[]
		
	
	
	- Attributes