Updates all the data fields of a DNS record in one operation

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

Syntax

C#
public void SetAll(
	params string[] values
)
Visual Basic (Declaration)
Public Sub SetAll ( _
	ParamArray values As String() _
)

Parameters

values
Type: array<System..::.String>[]()[]
One or more string values depending on the type of DNS record. IMPORTANT: The number of parameters must match exactly the number of data fields for the record type (see "Record types and data fields").

Remarks

For record types with multiple data fields (for example MX-records), you must provide a value all the data fields or an error will be thrown.

See Also