Returns the IChannel ban list
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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