IChannel.ChannelModeArgs Property

AdiIRC API v2

IChannelChannelModeArgs Property

Returns the IChannel channel modes with arguments.1

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
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, String
See Also