UseAlias property

Returns or sets whether the server alias (specified by the Alias property) should be used in eRoom URLs.

Syntax


C++

HRESULT get_UseAlias(VARIANT_BOOL* pUseAlias)

HRESULT put_UseAlias(VARIANT_BOOL myUseAlias)

Scripting languages

Boolean = object.UseAlias

object.UseAlias = Boolean

Home

Applies to
IERUeRoomServerSettings