RunspacePool.InitialSessionState 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.
Gets the InitialSessionState object that this pool uses to create the runspaces.
public:
property System::Management::Automation::Runspaces::InitialSessionState ^ InitialSessionState { System::Management::Automation::Runspaces::InitialSessionState ^ get(); };
public System.Management.Automation.Runspaces.InitialSessionState InitialSessionState { get; }
member this.InitialSessionState : System.Management.Automation.Runspaces.InitialSessionState
Public ReadOnly Property InitialSessionState As InitialSessionState