Domain Detective

API Reference

Class

DnsInventoryRecord

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

A single DNS record captured for inventory/reporting.

Inheritance

  • Object
  • DnsInventoryRecord

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 DnsInventorySection Section { get; set; } #

Gets or sets the section value.

public String Name { get; set; } #

Gets or sets the name value.

public DnsRecordType Type { get; set; } #

Gets or sets the type value.

public Int32 Ttl { get; set; } #

Gets or sets the ttl value.

public String Data { get; set; } #

Gets or sets the data value.

{{ include "footer" }}