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