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