RegisterPSSessionConfigurationCommand.SessionType 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.
SessionType
public:
property System::Management::Automation::Runspaces::PSSessionType SessionType { System::Management::Automation::Runspaces::PSSessionType get(); void set(System::Management::Automation::Runspaces::PSSessionType value); };
public System.Management.Automation.Runspaces.PSSessionType SessionType { get; set; }
member this.SessionType : System.Management.Automation.Runspaces.PSSessionType with get, set
Public Property SessionType As PSSessionType