API Reference
Class
DnsInventoryQuery
Inventory result for a specific record type.
Inheritance
- Object
- DnsInventoryQuery
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
- Property DnsInventoryAnalysis.Queries
- Property DnsInventoryInfo.Queries
Constructors
public DnsInventoryQuery() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DnsRecordType RecordType { get; set; } #Gets or sets the record type value.
public DnsInventoryQueryStatus Status { get; set; } #Gets or sets the status value.
public DnsResponseCode ResponseStatus { get; set; } #Gets or sets the response status value.
public String FailureReason { get; set; } #Gets or sets the failure reason value.
public List<DnsInventoryRecord> Records { get; } #Gets the records value.