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 이름을 설명하는 정규식이 들어 있는 문자열입니다.

특성

설명

별표 (*)를 사용 하 여 지정 되지 않은 컴퓨터에 대 한 연결의 기본 수를 설정 하려면이 속성을 설정할 수 있습니다.

이 속성은 하나 이상의 원격 컴퓨터를 식별 및 MaxConnection 동시 연결 수는 로컬 컴퓨터와 원격 컴퓨터 간에 허용 되는 속성을 지정 합니다.

적용 대상