ProxyElement.UseSystemDefault Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld waarmee wordt bepaald of de webproxy-instellingen voor internetopties worden gebruikt.

public:
 property System::Net::Configuration::ProxyElement::UseSystemDefaultValues UseSystemDefault { System::Net::Configuration::ProxyElement::UseSystemDefaultValues get(); void set(System::Net::Configuration::ProxyElement::UseSystemDefaultValues value); };
[System.Configuration.ConfigurationProperty("usesystemdefault", DefaultValue=System.Net.Configuration.ProxyElement+UseSystemDefaultValues.Unspecified)]
public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get; set; }
[<System.Configuration.ConfigurationProperty("usesystemdefault", DefaultValue=System.Net.Configuration.ProxyElement+UseSystemDefaultValues.Unspecified)>]
member this.UseSystemDefault : System.Net.Configuration.ProxyElement.UseSystemDefaultValues with get, set
Public Property UseSystemDefault As ProxyElement.UseSystemDefaultValues

Waarde van eigenschap

true als de LAN-instellingen voor internetopties worden gebruikt voor het detecteren en configureren van de standaardinstelling WebProxy die wordt gebruikt voor aanvragen; falseanders.

Kenmerken

Van toepassing op

Zie ook