IMobileApplicationPublicator.MobileApplication

Fore Syntax

MobileApplication: IMobileApplication;

Fore.NET Syntax

MobileApplication: Prognoz.Platform.Interop.Mobile.IMobileApplication;

Description

The MobileApplication property returns the published mobile application.

Comments

To publish, use the IMobileApplicationPublicator.Execute method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublicator