Removes all DNS records with the specified name

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

Syntax

C#
public int Remove(
	string name
)
Visual Basic (Declaration)
Public Function Remove ( _
	name As String _
) As Integer

Parameters

name
Type: System..::.String
Domain name (FQDN) of the record to remove

Return Value

The number of DNS records that were removed

Remarks

The zone's SOA-records will not be removed

See Also