record_source Property

The source of records provided in the Records properties.

Syntax

def get_record_source() -> int: ...
def set_record_source(value: int) -> None: ...

record_source = property(get_record_source, set_record_source)

Default Value

0

Remarks

This property contains the source of records provided in the records properties and can have one of the following values:

rsAnswerSection (0)Records answering the question/query.
rsNameServerSection (1)Records pointing toward an authoritative name server.
rsAdditionalRecordsSection (2)Records holding additional information.

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