PSSessionConfigurationCommandBase.ConfigurationTypeName 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.
This parameter should be specified with AssemblyName. This supplies the type to load to get the InitialSessionState. The type should be derivided from PSSessionConfiguration.
public:
property System::String ^ ConfigurationTypeName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ConfigurationTypeName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ConfigurationTypeName { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="AssemblyNameParameterSet", Position=2)]
public string ConfigurationTypeName { get; set; }
member this.ConfigurationTypeName : string with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="AssemblyNameParameterSet", Position=2)>]
member this.ConfigurationTypeName : string with get, set
Public Property ConfigurationTypeName As String
Property Value
- Attributes