Adds a data field value to the collection

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

Syntax

C#
public void Add(
	string item
)
Visual Basic (Declaration)
Public Sub Add ( _
	item As String _
)

Parameters

item
Type: System..::.String
The string value to add

Implements

ICollection<(Of <(T>)>)..::.Add(T)

Remarks

This method is only valid with TXT-records.

See Also