IChannel.ExceptList Property

AdiIRC API v2

IChannelExceptList Property

Returns the IChannel except list.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
Collection<IChannelMask> ExceptList { get; }
ReadOnly Property ExceptList As Collection(Of IChannelMask)
	Get
property Collection<IChannelMask^>^ ExceptList {
	Collection<IChannelMask^>^ get ();
}
abstract ExceptList : Collection<IChannelMask> with get

Property Value

Type: CollectionIChannelMask
See Also