IsPublished: MobilePublishResult;
IsPublished: Prognoz.Platform.Interop.Mobile.MobilePublishResult;
The IsPublished property returns whether a mobile application is published.
If the application is not published, use the IMobileApplicationPublicator.Execute method to publish the application.
The property use is given in the example for IMobileApplication.CreatePublicator.
See also: