PSSessionConfigurationCommandBase.SessionTypeOption 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.
SessionTypeOption
public:
property System::Management::Automation::PSSessionTypeOption ^ SessionTypeOption { System::Management::Automation::PSSessionTypeOption ^ get(); void set(System::Management::Automation::PSSessionTypeOption ^ value); };
public System.Management.Automation.PSSessionTypeOption SessionTypeOption { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")]
[System.Management.Automation.Parameter(ParameterSetName="AssemblyNameParameterSet")]
public System.Management.Automation.PSSessionTypeOption SessionTypeOption { get; set; }
member this.SessionTypeOption : System.Management.Automation.PSSessionTypeOption with get, set
[<System.Management.Automation.Parameter(ParameterSetName="NameParameterSet")>]
[<System.Management.Automation.Parameter(ParameterSetName="AssemblyNameParameterSet")>]
member this.SessionTypeOption : System.Management.Automation.PSSessionTypeOption with get, set
Public Property SessionTypeOption As PSSessionTypeOption
Property Value
- Attributes