RecipientsContractProperties.Emails Property

Definition

Gets or sets list of Emails subscribed for the notification.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to