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

Get the secondary log file name.

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

Syntax

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

Return Value

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

See Also