Item(Index: Integer): IMobileApplicationPublishObject;
Item[Index: integer]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;
Index. The element index in the collection.
The Item property returns the specified element from the collection of objects in the published mobile application.
Indexing of elements in the collection is continuous and starts with zero. The number of elements in the collection is returned by the IMobileApplicationPublishObjects.Count property.
The property use is given in the example for IMobileApplicationPublicator.Items.
See also: