QueryType Property
The record type to query.
Syntax
dnscontrol.QueryType[=integer]
Possible Values
qtAddress(1), qtNS(2), qtMD(3), qtMF(4), qtCName(5), qtSOA(6), qtMailBox(7), qtMailGroup(8), qtMR(9), qtNULL(10), qtWKS(11), qtPointer(12), qtHostInfo(13), qtMailInfo(14), qtMX(15), qtText(16), qtRP(17), qtAFSDB(18), qtX25(19), qtISDN(20), qtRT(21), qtAAAA(28), qtSRV(33), qtNAPTR(35), qtCERT(37), qtRevLookup(100)
Default Value
1
Remarks
Before a query is attempted, this property must be set to the desired record type. The records are defined as follows:
qtAddress (1) | Address Records |
qtNS (2) | Name Server Records |
qtMD (3) | Mail Destination Records |
qtMF (4) | Mail Forwarder Records |
qtCName (5) | Canonical Name Records |
qtSOA (6) | Start Of Authority Records |
qtMailBox (7) | MailBox Records |
qtMailGroup (8) | Mail Group Records |
qtMR (9) | MailBox Rename Records |
qtNULL (10) | NULL Records |
qtWKS (11) | Well Known Services Records |
qtPointer (12) | Pointer Records |
qtHostInfo (13) | Host Information Records |
qtMailInfo (14) | Mail Information Records |
qtMX (15) | Mail Exchange Records |
qtText (16) | Text Records |
qtRP (17) | Responsible Person Records |
qtAFSDB (18) | Service Records |
qtX25 (19) | X25 Records |
qtISDN (20) | ISDN Records |
qtRT (21) | Route Through Records |
qtAAAA (28) | AAAA Record |
qtSRV (33) | SRV Record (location of services) |
qtNAPTR (35) | NAPTR Record (Naming Authority Pointer) |
qtCERT (37) | Certificate record (Stores PKIX, SPKI, PGP, etc) |
qtRevLookup (100) | Reverse Lookup (Reverse Lookup) |
This property is not available at design time.
Data Type
Integer