BypassElement Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci BypassElement třídy .
Přetížení
BypassElement() |
Inicializuje novou instanci BypassElement třídy . |
BypassElement(String) |
Inicializuje novou instanci BypassElement třídy se zadaným typem informací. |
BypassElement()
Inicializuje novou instanci BypassElement třídy .
public:
BypassElement();
public BypassElement ();
Public Sub New ()
Viz také
Platí pro
BypassElement(String)
Inicializuje novou instanci BypassElement třídy se zadaným typem informací.
public:
BypassElement(System::String ^ address);
public BypassElement (string address);
new System.Net.Configuration.BypassElement : string -> System.Net.Configuration.BypassElement
Public Sub New (address As String)
Parametry
- address
- String
Řetězec, který identifikuje adresu prostředku.
Poznámky
Vlastnost Address je nastavena na hodnotu address
.