다음을 통해 공유


Send.EndpointConfigurationName 속성

정의

엔드포인트 구성의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ EndpointConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string EndpointConfigurationName { get; set; }
member this.EndpointConfigurationName : string with get, set
Public Property EndpointConfigurationName As String

속성 값

String

엔드포인트 구성 이름입니다.

설명

이 속성은 구성 파일에서 엔드포인트를 구성할 때 설정됩니다. 이 속성은 구성 파일에서 <endpoint> 요소에 지정된 이름으로 설정되어야 합니다. 이 속성이 설정되면 Endpoint 속성은 null이어야 합니다.

적용 대상