Share via


ExplicitProxy.EnablePacFile Property

Definition

Gets or sets when set to true, pac file port and url needs to be provided.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to