PSSessionConfigurationCommandBase.ThreadOptions 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.
ThreadOptions of the Runspace created for the shell.
public:
 property System::Management::Automation::Runspaces::PSThreadOptions ThreadOptions { System::Management::Automation::Runspaces::PSThreadOptions get(); void set(System::Management::Automation::Runspaces::PSThreadOptions value); };
	public System.Management.Automation.Runspaces.PSThreadOptions ThreadOptions { get; set; }
	[System.Management.Automation.Parameter]
public System.Management.Automation.Runspaces.PSThreadOptions ThreadOptions { get; set; }
	member this.ThreadOptions : System.Management.Automation.Runspaces.PSThreadOptions with get, set
	[<System.Management.Automation.Parameter>]
member this.ThreadOptions : System.Management.Automation.Runspaces.PSThreadOptions with get, set
	Public Property ThreadOptions As PSThreadOptions
	Property Value
- Attributes