IServer.BanLength Property

AdiIRC API v2

IServerBanLength Property

Max ban list count on this IServer. (retrieved from 005)

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

Property Value

Type: Int32
See Also