次の方法で共有


EventSubscriptionFilter.SubjectBeginsWith プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象