IMobileApplicationPublicator.WebApplication

Fore Syntax

WebApplication: String;

Fore.NET Syntax

WebApplication: string;

Description

The WebApplication property determines the path for publishing the mobile application.

Comments

To publish, use the IMobileApplicationPublicator.Execute method.

Fore and Fore.NET Examples

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

See also:

IMobileApplication