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

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