SetTraceSourceCommand.PSHost 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.
If this parameter is specified the PSHost trace listener will be added.
public:
property System::Management::Automation::SwitchParameter PSHost { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter PSHost { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="optionsSet")]
public System.Management.Automation.SwitchParameter PSHost { get; set; }
member this.PSHost : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="optionsSet")>]
member this.PSHost : System.Management.Automation.SwitchParameter with get, set
Public Property PSHost As SwitchParameter
Property Value
- Attributes