次の方法で共有


RecipientsContractProperties.Users プロパティ

定義

通知をサブスクライブしたユーザーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象