IServer.LastQuitMessage Property

AdiIRC API v2

IServerLastQuitMessage Property

Returns the last QuitMessage sent on this IServer.

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

Property Value

Type: String
See Also