LumiSoft Net Help
DNS_rr Constructor (name, recordType, ttl)
NamespacesLumiSoft.Net.DNSDNS_rrDNS_rr(String, DNS_QType, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr(
	string name,
	DNS_QType recordType,
	int ttl
)
Public Sub New ( 
	name As String,
	recordType As DNS_QType,
	ttl As Integer
)
public:
DNS_rr(
	String^ name, 
	DNS_QType recordType, 
	int ttl
)
new : 
        name : string * 
        recordType : DNS_QType * 
        ttl : int -> DNS_rr
Parameters
name (String)
DNS domain name that owns a resource record.
recordType (DNS_QType)
Record type (A,MX, ...).
ttl (Int32)
TTL (time to live) value in seconds.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119