CQG API 4.0 - Revised
MaxLogFileCount Property
See Also  Send Feedback
CQGAPIConfig Interface : MaxLogFileCount Property

Glossary Item Box

Description

Maximum number of log files.

The default value is 10.

Property type

Read-write property

Syntax

Visual Basic
Public Property MaxLogFileCount As Long

Return Type

Log files number represented as Long

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also