IChannel.ChannelLimit Property

AdiIRC API v2

IChannelChannelLimit Property

Gets the IChannel channellimit.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
int ChannelLimit { get; }
ReadOnly Property ChannelLimit As Integer
	Get
property int ChannelLimit {
	int get ();
}
abstract ChannelLimit : int with get

Property Value

Type: Int32
See Also