TsgcWSPServer_PresenceProperties › Guid

Guid Property

Unique identifier assigned to this Presence protocol instance.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Remarks

Identifies the protocol component internally. It is auto-generated when the component is created; change it only if your server-side logic needs a well-known identifier to correlate this protocol across instances.

Example

vGuid := oPresenceServer.Guid;

Back to Properties