IServer.Nick Property

AdiIRC API v2

IServerNick Property

Get current nick.

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

Property Value

Type: String
See Also