SessionBasedCmdletAdapter<TObjectInstance,TSession>.AsJob Property

Definition

Whether to wrap and emit the whole operation as a background job.

public:
 property System::Management::Automation::SwitchParameter AsJob { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter AsJob { get; set; }
[System.Management.Automation.Parameter]
public System.Management.Automation.SwitchParameter AsJob { get; set; }
member this.AsJob : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter>]
member this.AsJob : System.Management.Automation.SwitchParameter with get, set
Public Property AsJob As SwitchParameter

Property Value

Attributes

Applies to