SoaRecord.Email Property

Definition

Gets or sets the email contact for this SOA record.

[Newtonsoft.Json.JsonProperty(PropertyName="email")]
public string Email { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="email")>]
member this.Email : string with get, set
Public Property Email As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to