Alias property
For IERUeRoomServerSettings, sets or returns the server's alias name.
Syntax
C++
HRESULT
get_Alias(BSTR* pAlias)
H RESULT
put_Alias(BSTR MyAlias)
Scripting languages
Alias
= Object.Alias
O bject.Alias
= Alias
Remarks
When UseAlias is TRUE, this name
will be used instead of the actual server name in eRoom URLs. If your
server has more than one valid name, this ensures that all eRoom members
will see the same URLs, even if they go to an eRoom using different Web
server names. To set the server alias name, use the method SetAlias.
|
Home
Applies to
IERUeRoomServerSettings |