TsgcWSPClient_PresenceProperties › Version

Version Property

Read-only Presence subprotocol version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the internal version of the Presence subprotocol implementation. Useful for logging and for verifying that the server runs a compatible build.

Example

ShowMessage(oPresence.Version);

Back to Properties