IServer.ChannelModesWithArgs Property

AdiIRC API v2

IServerChannelModesWithArgs Property

Returns the available channel modes which can have an argument on this IServer. (retrieved from 005 chanmodes=)

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
ICollection ChannelModesWithArgs { get; }
ReadOnly Property ChannelModesWithArgs As ICollection
	Get
property ICollection^ ChannelModesWithArgs {
	ICollection^ get ();
}
abstract ChannelModesWithArgs : ICollection with get

Property Value

Type: ICollection
See Also