DnsServerPriority Property
Gets or sets a value of the preference of the DNS server. Lower values are preferred.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public int Priority { get; set; }

Property Value

Type: Int32
An integer value in the range 0 to 999 indicating the preference of the DNS server.
Remarks
You can find more information on the server priority in SortableByPriorityCollection class documentation.
See Also