FilterTableEntryElement.EndpointName 속성

정의

연결된 메시지 필터가 메시지와 일치할 경우에 메시지를 보내는 클라이언트 엔드포인트에 대한 참조를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ EndpointName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string EndpointName { get; set; }
[<System.Configuration.ConfigurationProperty("endpointName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.EndpointName : string with get, set
Public Property EndpointName As String

속성 값

String

클라이언트 엔드포인트의 키입니다.

특성

적용 대상