IServer.RealName Property

AdiIRC API v2

IServerRealName Property

Get realname.

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

Property Value

Type: String
See Also