DnsServerCollectionItem Property |
Gets or sets the element at the specified index.
Namespace: MailBee.DnsMXAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public DnsServer this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As DnsServer
Get
Set
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to get or set.
Property Value
Type:
DnsServerThe element at the specified index.
See Also