RegisterPSSessionConfiguration.ThreadOptions Property

Definition

Provides access to the ThreadOptions parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::Runspaces::PSThreadOptions> ^ ThreadOptions { System::Activities::InArgument<System::Management::Automation::Runspaces::PSThreadOptions> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::Runspaces::PSThreadOptions> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.Runspaces.PSThreadOptions> ThreadOptions { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.ThreadOptions : System.Activities.InArgument<System.Management.Automation.Runspaces.PSThreadOptions> with get, set
Public Property ThreadOptions As InArgument(Of PSThreadOptions)

Property Value

Attributes

Applies to