API Reference
Class
DnsDebugSectionEntry
Represents an entry in a DNS section.
Inheritance
- Object
- DnsDebugSectionEntry
Constructors
public DnsDebugSectionEntry() #Inherited Methods
Properties
RawName #Gets or sets the raw name of the DNS section entry.
public String Name { get; set; } #Gets or sets the name of the DNS section entry.
public String Offset { get; set; } #Gets or sets the offset of the DNS section entry.
public Int32 RRCount { get; set; } #Gets or sets the resource record count of the DNS section entry.
public Nullable<DnsRecordType> RecordType { get; set; } #Gets or sets the type of the DNS section entry.
public String Class { get; set; } #Gets or sets the class of the DNS section entry.