Microsoft Chat Server SDK Reference <<>>

CanJoinDynamic Property

This property retrieves the flag that indicates whether the user can join dynamic channels.

Syntax

Flag = ChatUser.CanJoinDynamic

Parameters

Flag
True if user is allowed to join dynamic channels, False if not.

Remarks

The user class determines whether a user is prevented from joining dynamic channels. Specifically, the user will not be able to join a dynamic channel if the Cannot join dynamic channels check box is selected on the user class's Access property sheet of the Chat Service Manager.

See Also

DenyJoin


© 1998 Microsoft Corporation. All rights reserved.