ServerURLPrefix property (Deprecated)

Returns or sets the URL prefix used to connect to the Real Time Server. This is a string that contains the server name and optionally the port and protocol.

Syntax


C++

HRESULT get_ServerURLPrefix(BSTR* pServerURLPrefix)

HRESULT put_ServerURLPrefix(BSTR myServerURLPrefix)

Scripting languages

String = Object.ServerURLPrefix

Object.ServerURLPrefix = String

 

Home

Applies to

IERURealTimeManager