Removes the DNS record at the specified index from the zone

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

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

Remarks

The record with index number zero (0), which is always the SOA-record, cannot be removed

See Also