DnsServerCollectionItem Property
Gets or sets the element at the specified index.

Namespace: MailBee.DnsMX
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public DnsServer this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The zero-based index of the entry to get or set.

Property Value

Type: DnsServer
The element at the specified index.
See Also