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)
Syntax ICollection ChannelModesWithRequiredArgs { get; }
ReadOnly Property ChannelModesWithRequiredArgs As ICollection
Get
property ICollection^ ChannelModesWithRequiredArgs {
ICollection^ get ();
}
abstract ChannelModesWithRequiredArgs : ICollection with get
Property Value
Type:
ICollectionSee Also