MxRecord.Preference Property

Definition

Gets or sets the preference value for this MX record.

[Newtonsoft.Json.JsonProperty(PropertyName="preference")]
public int? Preference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="preference")>]
member this.Preference : Nullable<int> with get, set
Public Property Preference As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to