TsgcWSPServer_Presence › Properties › Guid
Unique identifier assigned to this Presence protocol instance.
property Guid: String read FGuid write FGuid;
—
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.
vGuid := oPresenceServer.Guid;