API Reference
Class
DnsInventoryRecord
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
- Property DnsInventoryQuery.Records
Constructors
public DnsInventoryRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.