milestonexprotectrestpython.xprsiteowner

Module: xprsiteowner.py

Revision History

Date Version AdditionalInformation
2023/07/11 1.0.0.0 Initial Version.

@export
class XPRSiteOwner:

Owner information.

Threadsafety:

This class is fully thread-safe.

More information about site owner configuration can be found on the vendor documentation page.

XPRSiteOwner()

Initializes a new instance of the class.

AdditionalInformation: str

Additional Information details of the site.

Returns:

The AdditionalInformation property value.

AdminEMail: str

EMail address used to contact the site administrator.

Returns:

The AdminEMail property value.

AdminName: str

Name of the site administrator.

Returns:

The AdminName property value.

AdminPhone: str

Phone number used to contact the site administrator.

Returns:

The AdminPhone property value.

DisplayName: str

User-friendly display name used in various user-interface displays.

Returns:

The DisplayName property value.

LocationCountry: str

Country portion of the address used to contact the site location.

Returns:

The LocationCountry property value.

LocationEMail: str

EMail address used to contact the site location.

Returns:

The LocationEMail property value.

LocationPhone: str

Phone number used to contact the site location.

Returns:

The LocationPhone property value.

LocationStateProvince: str

State or Province portion of the address used to contact the site location.

Returns:

The LocationStateProvince property value.

LocationStreet: str

Street portion of the address used to contact the site location.

Returns:

The LocationStreet property value.

LocationZipCode: str

ZipCode portion of the address used to contact the site location.

Returns:

The LocationZipCode property value.