LumiSoft Mail Server User API
TXT_Record Constructor (text, ttl)
Namespaces > LumiSoft.Net.Dns.Client > TXT_Record > TXT_RecordNew(String, Int32)
Default constructor.
Syntax
C#Visual BasicManaged C++
public TXT_Record (
	string text,
	int ttl
)
Public Sub New ( _
	text As String, _
	ttl As Integer _
)
public:
TXT_Record (
	String^ text, 
	int ttl
)
Parameters
text (String)
Text.
ttl (Int32)
TTL value.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)