IMobileApplicationPublishObjects.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 an element from the collection, use the IMobileApplicationPublishObjects.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublicator.Items.

See also:

IMobileApplicationPublishObjects