API Reference
Class
DnsQueryBatchResult
Represents one DNS query result in a batch operation.
Inheritance
- Object
- DnsQueryBatchResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DnsQueryBatchResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Gets or sets the name value.
public DnsRecordType RecordType { get; set; } #Gets or sets the record type value.
public DnsResponseCode ResponseCode { get; set; } #Gets or sets the response code value.
public DnsAnswer[] Answers { get; set; } #Gets or sets the answers value.
public Boolean QuerySucceeded { get; set; } #Gets or sets the query succeeded value.