SiteServer property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUeRoomServer
IERUFacility
IERUSiteFacility

 

 

SiteServer property

Returns the server resource used to host this facility or site facility.

Syntax


C++

HRESULT get_SiteServer(
   
ERUSiteServerType ServerType,
   
IERUSiteServer** pSiteServer)

Scripting languages

Set SiteServer = Object.SiteServer(ServerType as ERUServerType)


Go to Top

Home

Applies to

IERUFacility

IERUSiteFacility

 

 

SiteServer property

Returns the IERUSiteServer interface for this eRoom.

Syntax


C++

HRESULT get_SiteServer(
   
IERUSiteServer** pSiteServer)

Scripting languages

Set SiteServer = Object.SiteServer


Go to Top

Home

Applies to

IERUeRoomServer