RecipientsContractProperties.Users Property

Definition

Gets or sets list of Users subscribed for the notification.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to