Response "AA" flag.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool AuthoritativeAnswer { get; }
Visual Basic (Declaration)
Public ReadOnly Property AuthoritativeAnswer As Boolean

Remarks

If true, this server (FromServer) is hosting the DNS zone that the requested domain name belongs to.
If false, the response was obtained (through recursion) from another DNS server.

See Also