PSSessionConfigurationCommandBase.ConfigurationTypeName Property

Definition

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

Applies to