A Sandcastle Documented Class Library
IChannelInviteList Property |
Returns the IChannel invite list.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
Collection<IChannelMask> InviteList { get; }
ReadOnly Property InviteList As Collection(Of IChannelMask) Get
property Collection<IChannelMask^>^ InviteList { Collection<IChannelMask^>^ get (); }
abstract InviteList : Collection<IChannelMask> with get
Property Value
Type: CollectionIChannelMaskSee Also