IMobileApplicationPublicator.IsPublished

Fore Syntax

IsPublished: MobilePublishResult;

Fore.NET Syntax

IsPublished: Prognoz.Platform.Interop.Mobile.MobilePublishResult;

Description

The IsPublished property returns whether a mobile application is published.

Comments

If the application is not published, use the IMobileApplicationPublicator.Execute method to publish the application.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplication.CreatePublicator.

See also:

IMobileApplicationPublicator