A Sandcastle Documented Class Library
IChannelBanList Property |
Returns the IChannel ban list.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
Collection<IChannelMask> BanList { get; }
ReadOnly Property BanList As Collection(Of IChannelMask) Get
property Collection<IChannelMask^>^ BanList { Collection<IChannelMask^>^ get (); }
abstract BanList : Collection<IChannelMask> with get
Property Value
Type: CollectionIChannelMaskSee Also