SessionBasedCmdletAdapter<TObjectInstance,TSession>.AsJob 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.
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