recursive Property

Determines whether to ask the DNSServer to recursively query other servers.

Syntax

def get_recursive() -> bool: ...
def set_recursive(value: bool) -> None: ...

recursive = property(get_recursive, set_recursive)

Default Value

TRUE

Remarks

If this property is true, the component will tell the DNS server to perform the query recursively. This means that if the DNS server does not have information about the Domain being queried, it will send the request to another DNS server.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]