RegisterPSSessionConfigurationCommand.ProcessorArchitecture Property

Definition

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; }
member this.ProcessorArchitecture : string with get, set
Public Property ProcessorArchitecture As String

Property Value

Applies to