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

プロパティ値

クライアント エンドポイントのキー。

属性

適用対象