IMsProblemDetailsArray.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of elements in the collection.

Comments

To get a collection element, use the IMsProblemDetailsArray.Item property.

See also:

IMsProblemDetailsArray