ConnectionManagementElement.Address プロパティ

定義

リモート コンピューターのアドレスを取得または設定します。

public:
 property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
Public Property Address As String

プロパティ値

IP アドレスまたは DNS 名を記述する正規表現を含んだ文字列。

属性

注釈

アスタリスク (*) を使用して、指定されていないコンピューターの接続の既定の数を設定するには、このプロパティを設定できます。

このプロパティは、1 つまたは複数のリモート コンピューターを MaxConnection 識別し、 プロパティは、ローカル コンピューターとリモート コンピューター間で許可される同時接続の数を指定します。

適用対象