PSInvocationSettings.Host 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.
Host to use with the Runspace when the command is executed.
public:
property System::Management::Automation::Host::PSHost ^ Host { System::Management::Automation::Host::PSHost ^ get(); void set(System::Management::Automation::Host::PSHost ^ value); };
public System.Management.Automation.Host.PSHost Host { get; set; }
member this.Host : System.Management.Automation.Host.PSHost with get, set
Public Property Host As PSHost