IChannel.ChannelModes Property

AdiIRC API v2

IChannelChannelModes Property

Gets the IChannel mode.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string ChannelModes { get; }
ReadOnly Property ChannelModes As String
	Get
property String^ ChannelModes {
	String^ get ();
}
abstract ChannelModes : string with get

Property Value

Type: String
See Also