ProxyElement.ScriptLocation Eigenschap

Definitie

Hiermee wordt een Uri waarde opgehaald of ingesteld waarmee de locatie van het automatische proxydetectiescript wordt opgegeven.

public:
 property Uri ^ ScriptLocation { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("scriptLocation")]
public Uri ScriptLocation { get; set; }
[<System.Configuration.ConfigurationProperty("scriptLocation")>]
member this.ScriptLocation : Uri with get, set
Public Property ScriptLocation As Uri

Waarde van eigenschap

Uri

Een Uri opgeven van de locatie van het script voor automatische proxydetectie.

Kenmerken

Van toepassing op

Zie ook