Gets or sets the recursion allowed (RA) flag
Defined in RFC 1035.
public bool IsRecursionAllowed { get; set; }
Public Property IsRecursionAllowed As Boolean
Get
Set
public:
property bool IsRecursionAllowed {
bool get ();
void set (bool value);
}
member IsRecursionAllowed : bool with get, set