IChannelQuietList Property |
Returns the IChannel quiet list
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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:
CollectionIChannelMaskSee Also