Gets or sets the autoritive answer (AA) flag
Defined in RFC 6762.
public bool IsAuthoritiveAnswer { get; set; }
Public Property IsAuthoritiveAnswer As Boolean
Get
Set
public:
property bool IsAuthoritiveAnswer {
bool get ();
void set (bool value);
}
member IsAuthoritiveAnswer : bool with get, set