Share via


RegisterPSSessionConfiguration.SessionType Property

Definition

Provides access to the SessionType parameter.

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

Property Value

Attributes

Applies to