次の方法で共有


Registration.Tags プロパティ

定義

を指定すると、登録が受け取る通知は、指定されたタグのいずれかで注釈が付けられた通知のみに制限されます。 コンマを含むタグは、2 つのタグに分割されることに注意してください。

[Newtonsoft.Json.JsonProperty(PropertyName="tags")]
public System.Collections.Generic.IEnumerable<string> Tags { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tags")>]
member this.Tags : seq<string>
Public ReadOnly Property Tags As IEnumerable(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象