ChannelProperty PropertyChannelProperty Property*
*Contents  *Index  *Topic Contents
*Previous Topic: ChannelName Property
*Next Topic: ChannelState Property

ChannelProperty Property

Synchronously accesses a channel property.

Syntax

value=object.ChannelProperty(ChannelPropertyName)

Parameters

valueRequired. An object expression that evaluates to a ChatItems object.
objectRequired. An object expression that evaluates to Channel object.
ChannelPropertyNameRequired. A string that contains one of the valid values shown in the following table.
IRCX IRC/IRCX
protocol only    protocols
Account BannedList
ClientData Keyword
ClientGuid MaxMemberCount
CloneList MemberCount
CreationTime   Modes
HostKey Name
Lag Topic
Language
ObjectId
OnJoin
OnPart
OwnerKey
Rating
ServicePath
Subject

Remarks

Access is read-only.

When the client asks for this property, the server might return more information than was requested. Because of this, all answers are packaged into a ChatItems object and exposed to the caller.

Generally, all the information known by the client at the time of the ChannelProperty call is exposed to the caller in the ChatItems object.

The ChannelState must be chsOpen for the ChannelProperty property access to succeed.

Example

The following are asynchronous methods of accessing a channel property.

<channel>.QueryChannelProperty <ChannelPropertyName> 
'and
<control>.QueryChannelProperty <ChannelPropertyName>, <ChannelName>

See Also

ChannelName, QueryChannelProperty


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