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