record_domain Property

This property contains the domain name associated with the selected response record, at RecordIndex .

Syntax

def get_record_domain(record_index: int) -> str: ...

Default Value

""

Remarks

This property contains the domain name associated with the selected response record, at RecordIndex.

The record_index parameter specifies the index of the item in the array. The size of the array is controlled by the record_count property.

This property is read-only.

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