InitialSessionStateEntry(String) Constructor
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.
The ctor so that each derived class has a name.
protected:
InitialSessionStateEntry(System::String ^ name);
protected:
InitialSessionStateEntry(Platform::String ^ name);
InitialSessionStateEntry(std::wstring const & name);
protected InitialSessionStateEntry (string name);
new System.Management.Automation.Runspaces.InitialSessionStateEntry : string -> System.Management.Automation.Runspaces.InitialSessionStateEntry
Protected Sub New (name As String)
Parameters
- name
- String