ItemByKey(Key: Integer): IMobileApplicationPublishObject;
ItemByKey[Key: uinteger]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObject;
Key. Object key.
The ItemByKey property returns an element of the collection by its key.
To get an element of the collection by its index, use the IMobileApplicationPublishObjects.ItemByKey property.
The property use is given in the example for IMobileApplicationPublishObjects.LoadFromXml.
See also: