RegisterPSSessionConfigurationCommand.ProcessorArchitecture 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.
Parameter used to specify the Processor Architecture that this shell targets. On a 64bit base OS, specifying a value of 32 means that the shell is configured to launch like a 32bit process (WOW64).
public:
property System::String ^ ProcessorArchitecture { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ProcessorArchitecture { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProcessorArchitecture { get; set; }
[System.Management.Automation.Alias(new System.String[] { "PA" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "x86", "amd64" })]
public string ProcessorArchitecture { get; set; }
member this.ProcessorArchitecture : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "PA" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "x86", "amd64" })>]
member this.ProcessorArchitecture : string with get, set
Public Property ProcessorArchitecture As String
Property Value
- Attributes