ReceivePSSessionCommand.JobName 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.
Provides job name when job is created for returned data.
public:
property System::String ^ JobName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ JobName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string JobName { 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")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string JobName { get; set; }
member this.JobName : string 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")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.JobName : string with get, set
Public Property JobName As String
Property Value
- Attributes