domain Property

The name of the domain to join when dialing the RAS connection.

Syntax

def get_domain() -> str: ...
def set_domain(value: str) -> None: ...

domain = property(get_domain, set_domain)

Default Value

""

Remarks

This property contains the name of the domain to join when dialing the RAS connection. user, phone_number, password, and optionally domain and callback_number are used when phonebook_entry is empty.

Calling the connect method attempts a connection.

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