Microsoft Chat Server SDK Reference

ClientData Property

This property contains instructions or parameters passed to custom clients as they join the channel.

Syntax

Data = ChatPersistentChannel.ClientData
ChatPersistentChannel.ClientData = Data

Parameters

Data
A string containing client-specific instructions.

Remarks

Data designates a text string that chat client developers can use to pass instructions or parameters to custom clients. This string is limited to 255 ANSI or Unicode characters.


© 1998 Microsoft Corporation. All rights reserved.