次の方法で共有


VpnClientParameters.ProcessorArchitecture プロパティ

定義

VPN クライアント プロセッサ アーキテクチャを取得または設定します。 使用できる値は、'Amd64'、'X86' です。

[Newtonsoft.Json.JsonProperty(PropertyName="processorArchitecture")]
public string ProcessorArchitecture { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="processorArchitecture")>]
member this.ProcessorArchitecture : string with get, set
Public Property ProcessorArchitecture As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象