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

Get the maximum allowed size of the log file.

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

Syntax

public long LogFileMaxSize { get; }
Public ReadOnly Property LogFileMaxSize As Long
public:
property long long LogFileMaxSize {
	long long get ();
}

Return Value

the maximum allowed size of the log file in bytes.

See Also