Runspace.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.
InitialSessionState information for this runspace.
public:
abstract property System::Management::Automation::Runspaces::InitialSessionState ^ InitialSessionState { System::Management::Automation::Runspaces::InitialSessionState ^ get(); };
public abstract System.Management.Automation.Runspaces.InitialSessionState InitialSessionState { get; }
member this.InitialSessionState : System.Management.Automation.Runspaces.InitialSessionState
Public MustOverride ReadOnly Property InitialSessionState As InitialSessionState