v2.44
 
ISiteInfo Interface Reference

Contains information about site. More...

Public Member Functions

HRESULT GetAddress ([out, retval] IPostalAddress **ppAddress)
 Returns the site address.
 
HRESULT GetProperties ([out, retval] IPropertyContainer **ppPropertyContainer)
 Returns the property container for the site.
 

Properties

BSTR Description [get, set]
 The description.
 
BSTR Name [get, set]
 The site name.
 
BSTR Number [get, set]
 The site number.
 
GUID UniqueId [get]
 This ID is generated when the project is created and can never be changed.
 
BSTR UniqueIdS [get]
 Same as UniqueId, but returning GUID as a string.
 

Detailed Description

Contains information about site.

Member Function Documentation

◆ GetAddress()

HRESULT GetAddress ( [out, retval] IPostalAddress ** ppAddress)

Returns the site address.

Returns
A address.

◆ GetProperties()

HRESULT GetProperties ( [out, retval] IPropertyContainer ** ppPropertyContainer)

Returns the property container for the site.

Returns
A property container.