Default constructor.

Syntax
| C# | Visual Basic | Managed C++ |
public DnsRecordBase (
QTYPE recordType,
int ttl
)
Public Sub New ( _
recordType As QTYPE, _
ttl As Integer _
)
public:
DnsRecordBase (
QTYPE recordType,
int ttl
)

Parameters
- recordType (QTYPE)
- Record type (A,MX, ...).
- ttl (Int32)
- TTL (time to live) value in seconds.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)