ChannelTopic PropertyChannelTopic Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ChannelState Property
*Next Topic: Index Property

ChannelTopic Property

Synchronously reads the Topic of the channel.

Syntax

value=object.ChannelTopic

Parameters

valueRequired. A string expression that contains the Topic of the channel.
objectRequired. An object expression that evaluates to a Channel object.

Remarks

Access is read-only.

The ChannelTopic property is not cleared when the user leaves the channel and the channel state becomes chsClosed.

The user can also synchronously get the Topic of the channel by using:

<channel>.ChannelProperty("Topic") 
'or 
<control>.ChannelProperty("Topic", <channelname>)

But the ChannelTopic property is simpler and more efficient.

The asynchronous methods to access the Topic of the channel are:

<channel>.QueryChannelProperty "Topic" 
'and 
<control>.QueryChannelProperty "Topic", <channelname> 

See Also

ChannelProperty, QueryChannelProperty


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.