StartJobCommand.RunAs32 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.
Launches the background job as a 32-bit process. This can be used on 64-bit systems to launch a 32-bit wow process for the background job.
public:
virtual property System::Management::Automation::SwitchParameter RunAs32 { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public virtual System.Management.Automation.SwitchParameter RunAs32 { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")]
public virtual System.Management.Automation.SwitchParameter RunAs32 { get; set; }
member this.RunAs32 : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")>]
member this.RunAs32 : System.Management.Automation.SwitchParameter with get, set
Public Overridable Property RunAs32 As SwitchParameter
Property Value
- Attributes