IServerChannelModesWithArgs Property  | 
 
            Returns the available channel modes which can have an argument on this IServer (retrieved from 005 chanmodes=)
            
 
    Namespace: 
   AdiIRCAPI
    Assembly:
   AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
SyntaxICollection ChannelModesWithArgs { get; }ReadOnly Property ChannelModesWithArgs As ICollection
	Get
property ICollection^ ChannelModesWithArgs {
	ICollection^ get ();
}abstract ChannelModesWithArgs : ICollection with get
Property Value
Type: 
ICollection
See Also