다음을 통해 공유


UserAccessList.Emails Property

Definition

[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