次の方法で共有


EventSubscriptionFilter.SubjectEndsWith プロパティ

定義

リソース パス サフィックスに基づいてイベント サブスクリプションのイベントをフィルター処理する省略可能な文字列を取得または設定します。 ワイルドカード文字は、このパスではサポートされていません。

[Newtonsoft.Json.JsonProperty(PropertyName="subjectEndsWith")]
public string SubjectEndsWith { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subjectEndsWith")>]
member this.SubjectEndsWith : string with get, set
Public Property SubjectEndsWith As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象