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

Get the maximum allowed number of log files.

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

Syntax

public int LogFileMaxCount { get; }
Public ReadOnly Property LogFileMaxCount As Integer
public:
property int LogFileMaxCount {
	int get ();
}

Return Value

the maximum allowed number of log files.

See Also