RegisterPSSessionConfiguration.ThreadApartmentState Property

Definition

Provides access to the ThreadApartmentState parameter.

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

Property Value

Attributes

Applies to