IChannelChannelModeArgs Property |
Returns the IChannel channel modes with arguments
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax SortedDictionary<string, string> ChannelModeArgs { get; }
ReadOnly Property ChannelModeArgs As SortedDictionary(Of String, String)
Get
property SortedDictionary<String^, String^>^ ChannelModeArgs {
SortedDictionary<String^, String^>^ get ();
}
abstract ChannelModeArgs : SortedDictionary<string, string> with get
Property Value
Type:
SortedDictionaryString,
StringSee Also