A Sandcastle Documented Class Library
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: CollectionIChannelMaskSee Also