Microsoft Chat Server SDK Reference

MemberLimit Property

This property contains the maximum number of users in a channel.

Syntax

Limit = ChatPersistentChannel.MemberLimit
ChatPersistentChannel.MemberLimit = Limit

Parameters

Limit
The maximum number of members who can join the channel.

Remarks

This property accepts values up to 48000. If the member limit is set to 0, the channel uses the default member limit.

See Also

DefaultMaxMembers


© 1998 Microsoft Corporation. All rights reserved.