CommonRunspaceCommandBase.RunspaceInstanceId 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.
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, setPublic Property RunspaceInstanceId As Guid()Property Value
		Guid[]
		
	
	
	- Attributes