IChannel.QuietList Property

AdiIRC API v2

IChannelQuietList Property

Returns the IChannel quiet list.

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

Property Value

Type: CollectionIChannelMask
See Also