Contents Index Topic Contents | ||
Previous Topic: ListMembers Method Next Topic: QueryMemberProperty Method |
QueryChannelProperty Method
Asynchronously accesses a channel property.
Syntax
object.QueryChannelProperty ChannelPropertyName
Parameters
object Required. An object expression that evaluates to a Channel object. ChannelPropertyName Required. 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
A successful QueryChannelProperty call results in an OnChannelProperty event where the ChannelItems parameter exposes all the known channel properties.
Examples
chan.QueryChannelProperty "Account" chan.QueryChannelProperty "MaxMemberCount"See Also
ChannelName, ListChannels, MemberCount
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.