Microsoft Chat Server SDK Reference

Limit Property

This property retrieves the user limit.

Syntax

Limit = ChatChannel.Limit
ChatChannel.Limit = Limit

Parameters

Limit
Value representing the maximum number of users that can simultaneously enter the channel.

Remarks

If Limit is zero, the membership limit is determined by the default membership limit defined for the chat service. If this is also zero, membership to the channel is not restricted.

The channel may be cloned once the member limit has been reached.

An invitation overrides the membership limit in an invite-only channel.

See Also

DefaultMaxMembers

IsCloneable

InviteOnly


© 1998 Microsoft Corporation. All rights reserved.