IWindow.LogFile Property

AdiIRC API v2

IWindowLogFile Property

Returns the name of the log file associated with this IWindow.

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

Property Value

Type: String
See Also