EnterPSHostProcessCommand.HostProcessInfo 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 Process Info object that describes a connectible process.
public:
property Microsoft::PowerShell::Commands::PSHostProcessInfo ^ HostProcessInfo { Microsoft::PowerShell::Commands::PSHostProcessInfo ^ get(); void set(Microsoft::PowerShell::Commands::PSHostProcessInfo ^ value); };
public:
property Microsoft::PowerShell::Commands::PSHostProcessInfo ^ HostProcessInfo { Microsoft::PowerShell::Commands::PSHostProcessInfo ^ get(); void set(Microsoft::PowerShell::Commands::PSHostProcessInfo ^ value); };
public Microsoft.PowerShell.Commands.PSHostProcessInfo HostProcessInfo { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PSHostProcessInfoParameterSet", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.PowerShell.Commands.PSHostProcessInfo HostProcessInfo { get; set; }
member this.HostProcessInfo : Microsoft.PowerShell.Commands.PSHostProcessInfo with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="PSHostProcessInfoParameterSet", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateNotNull>]
member this.HostProcessInfo : Microsoft.PowerShell.Commands.PSHostProcessInfo with get, set
Public Property HostProcessInfo As PSHostProcessInfo
Property Value
- Attributes