IMobileApplicationPublishObjects.Sources

Fore Syntax

Sources(Key: Integer): IMobileApplicationPublishObjectSources;

Fore.NET Syntax

Sources[Key: uinteger]: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishObjectSources;

Parameters

Key. Object key.

Description

The Sources property returns the collection of data source for the specified object.

Comments

The collection content cannot be changed. The object key is returned by the IMobileApplicationPublishObject.Key property.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishObjects