ReceivePSSessionCommand.OutTarget 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.
Determines how running command output is returned on client.
public:
property Microsoft::PowerShell::Commands::OutTarget OutTarget { Microsoft::PowerShell::Commands::OutTarget get(); void set(Microsoft::PowerShell::Commands::OutTarget value); };
public:
property Microsoft::PowerShell::Commands::OutTarget OutTarget { Microsoft::PowerShell::Commands::OutTarget get(); void set(Microsoft::PowerShell::Commands::OutTarget value); };
public Microsoft.PowerShell.Commands.OutTarget OutTarget { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Session")]
[System.Management.Automation.Parameter(ParameterSetName="Id")]
[System.Management.Automation.Parameter(ParameterSetName="InstanceId")]
[System.Management.Automation.Parameter(ParameterSetName="SessionName")]
[System.Management.Automation.Parameter(ParameterSetName="ComputerInstanceId")]
[System.Management.Automation.Parameter(ParameterSetName="ComputerSessionName")]
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUriSessionName")]
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUriInstanceId")]
public Microsoft.PowerShell.Commands.OutTarget OutTarget { get; set; }
member this.OutTarget : Microsoft.PowerShell.Commands.OutTarget with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Session")>]
[<System.Management.Automation.Parameter(ParameterSetName="Id")>]
[<System.Management.Automation.Parameter(ParameterSetName="InstanceId")>]
[<System.Management.Automation.Parameter(ParameterSetName="SessionName")>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerInstanceId")>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerSessionName")>]
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUriSessionName")>]
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUriInstanceId")>]
member this.OutTarget : Microsoft.PowerShell.Commands.OutTarget with get, set
Public Property OutTarget As OutTarget
Property Value
- Attributes