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