IsX86: Boolean;
IsX86: boolean;
The IsX86 property returns whether the server used for publishing a mobile application uses the 32-bit platform.
The property is outdated, use IPublishMobileApplicationScheduledTask.WebApplication.
Available values:
True. The 32-bit platform is used.
False. The 64-bit platform is used.
See also: