ServerName property

For IERUDatabaseManager, returns or sets the name of the database server. This only applies if the database type is erDBSQLServer. Otherwise, the put accessor does nothing, and the get accessor returns an empty string.

For IERUSiteServer, returns the name of the Site server.

For IERUInstantMessageManager, returns the instant message gateway server name.

Syntax


C++

HRESULT get_ServerName(BSTR* pServerName)

HRESULT put_ServerName(BSTR MyServerName)

Scripting languages

String = object.ServerName

object.ServerName = String

Remarks


For IERUSvrManager, when UseAlias is FALSE, the value of the ServerName property is the value used in eRoom URLs.

Home

Applies to

IERUDatabaseManager

IERUSiteServer

IERUInstantMessageManager