DnsServerCollectionRemove Method |
Removes the specified
DnsServer object from the collection.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Remove(
DnsServer server
)
Public Sub Remove (
server As DnsServer
)
Parameters
- server
- Type: MailBee.DnsMXDnsServer
A reference to the DnsServer object to be removed.
See Also