XenReportApplicationCategory Enumeration¶
Indicates whether application can be used on target platform
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum XenReportApplicationCategory
VB¶
Public Enumeration XenReportApplicationCategory
Members¶
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Application can't be used on target platform because it is locked, non-analysed of non-applicable for any reason | |
Server | 1 | Application can be used on target platform without any additional effort | |
ServerWithRemediation | 2 | Application can be used on target platform after some remediation | |
DesktopOnly | 3 | Application can be used on target platform only in scope of Desktop Hosted Deployment model | |
NotSuitable | 4 | Application can't be used in target platform due to analysis issues |