IServer.ChannelModesWithRequiredArgs Property

AdiIRC API v2

IServerChannelModesWithRequiredArgs Property

Returns the available channel modes which must 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 ChannelModesWithRequiredArgs { get; }
ReadOnly Property ChannelModesWithRequiredArgs As ICollection
	Get
property ICollection^ ChannelModesWithRequiredArgs {
	ICollection^ get ();
}
abstract ChannelModesWithRequiredArgs : ICollection with get

Property Value

Type: ICollection
See Also