Microsoft Chat Server SDK Reference

ClientGUID Property

This property contains a client-specific GUID for a program that runs in the channel.

Syntax

GUID = ChatPersistentChannel.ClientGUID
ChatPersistentChannel.ClientGUID = GUID

Parameters

GUID
The Globally Unique Identifier (GUID) of a program that runs in the channel, as a string.

Remarks

The GUID represents an ActiveX control that runs on the client. An example of a GUID is "{F1CC3C17-09E3-11D1-873D-00C04FB6E8E9}."


© 1998 Microsoft Corporation. All rights reserved.