Microsoft Chat Server SDK Reference

Private Property

This property retrieves the "Private" flag indicating visibility of channel members.

Syntax

Flag = ChatChannel.Private
ChatChannel.Private = Flag

Parameters

Flag
True if channel is private, False if channel membership is public.

Remarks

If the channel is private, only the name and number of members can be queried by non-members.

This flag will be set if the channel mode is PRIVATE (+p). The HIDDEN, SECRET, and PRIVATE channel modes are mutually exclusive. Setting one of these values causes the others to be reset. If the Channel is not private, hidden, or secret, it is public.

See Also

Hidden

Secret


© 1998 Microsoft Corporation. All rights reserved.