IServer.ExceptLength Property

AdiIRC API v2

IServerExceptLength Property

Max except 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 ExceptLength { get; }
ReadOnly Property ExceptLength As Integer
	Get
property int ExceptLength {
	int get ();
}
abstract ExceptLength : int with get

Property Value

Type: Int32
See Also