[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the log file name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string LogFileName { get; }
Public ReadOnly Property LogFileName As String
public:
property String^ LogFileName {
	String^ get ();
}

Return Value

the log file name or null if log file not set.

See Also