IMobileApplicationPublishObject.CreateResult

Fore Syntax

CreateResult: CreateMobileObjectResult;

Fore.NET Syntax

CreateResult: Prognoz.Platform.Interop.Mobile.CreateMobileObjectResult;

Description

The CreateResult property returns the result of creating a mobile application object.

Comments

The IMobileApplicationPublishObject.IsValid property returns whether the object can be published.

Fore and Fore.NET Examples

The property use is given in the example for IMobileApplicationPublishObject.LoadFromXml.

See also:

IMobileApplicationPublishObject