次の方法で共有


BypassElement コンストラクター

定義

BypassElement クラスの新しいインスタンスを初期化します。

オーバーロード

BypassElement()

BypassElement クラスの新しいインスタンスを初期化します。

BypassElement(String)

型情報を指定して BypassElement クラスの新しいインスタンスを初期化します。

BypassElement()

BypassElement クラスの新しいインスタンスを初期化します。

public:
 BypassElement();
public BypassElement ();
Public Sub New ()

こちらもご覧ください

適用対象

BypassElement(String)

型情報を指定して BypassElement クラスの新しいインスタンスを初期化します。

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)

パラメーター

address
String

リソースのアドレスを識別する文字列。

注釈

Address プロパティが address に設定されている。

こちらもご覧ください

適用対象