IServer.TopicLength Property

AdiIRC API v2

IServerTopicLength Property

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

Property Value

Type: Int32
See Also