次の方法で共有


ExplicitProxy.EnablePacFile プロパティ

定義

true に設定すると、pac ファイルのポートと URL を指定する必要がある場合に取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enablePacFile")]
public bool? EnablePacFile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enablePacFile")>]
member this.EnablePacFile : Nullable<bool> with get, set
Public Property EnablePacFile As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象