Domain Detective

API Reference

Class

DnsInventoryQuery

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

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

Constructors

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.

{{ include "footer" }}