次の方法で共有


RouteProperties.EndpointNames プロパティ

定義

条件を満たすメッセージがルーティングされるエンドポイントの一覧を取得または設定します。 現在、許可されているエンドポイントは 1 つだけです。

[Newtonsoft.Json.JsonProperty(PropertyName="endpointNames")]
public System.Collections.Generic.IList<string> EndpointNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endpointNames")>]
member this.EndpointNames : System.Collections.Generic.IList<string> with get, set
Public Property EndpointNames As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象