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