Microsoft Chat Server SDK Reference

TopicOperatorOnly Property

This property retrieves the "TopicOp" flag indicating whether ordinary members can change the channel topic.

Syntax

Flag = ChatChannel.TopicOperatorOnly
ChatChannel.TopicOperatorOnly = Flag

Parameters

Flag
True if channel topic can only be changed by channel hosts, False if any user can change the channel topic.

Remarks

This flag will be set if the channel mode is set to TOPICOP (+t).

See Also

Topic


© 1998 Microsoft Corporation. All rights reserved.