IMobileApplicationPublicatorErrorObject.Result

Fore Syntax

Result: MobilePublishObjectResult;

Fore.NET Syntax

Result: Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult;

Description

The Result property determines result of mobile application object publication.

Comments

To determine a name of a problem object that causes publication error, use IMobileApplicationPublicatorErrorObject.ObjectName.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublicatorErrorObject