IMsDiagnosticTestList.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: System.Integer;

Description

The Count property returns the number of tests in the set.

Comments

Collection capacity is the number of elements the collection can contain. The Count property is the number of variables actually contained in the collection.

Capacity always exceeds or equals the Count property value. If elements are added to the collection, and value of the Count property exceeds the capacity, the capacity automatically increases.

Fore Example

The property use is given in the example for IMsRamseyRessetTestSettings.Power.

See also:

IMsDiagnosticTestList