entry_ip_address Property

The IP address of the phonebook entry pointed to by PhonebookEntry .

Syntax

def get_entry_ip_address() -> str: ...
def set_entry_ip_address(value: str) -> None: ...

entry_ip_address = property(get_entry_ip_address, set_entry_ip_address)

Default Value

""

Remarks

This property contains the IP address of the phonebook entry pointed to by phonebook_entry. This property is filled in automatically every time phonebook_entry is set to an existing entry.

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