Retrieves a DNS record from the zone

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public DNSRecord this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As DNSRecord

Parameters

index
Type: System..::.Int32
The zero-based index of the DNS record to get

Field Value

A DNSRecord object

Remarks

The record with index number zero (0) is always the SOA-record

See Also