ReferenceBuildMode Enumeration¶
Indicates whether solution applications are tested and certified as working on the refrence build.
Namespace: Citrix.SDK.AppDNA.Solutions.BuildAssessment
Assembly: Citrix.SDK.AppDNA.Solutions.BuildAssessment (in Citrix.SDK.AppDNA.Solutions.BuildAssessment.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum ReferenceBuildMode
VB¶
Public Enumeration ReferenceBuildMode
Members¶
Member name | Value | Description | |
---|---|---|---|
AllApplicationsWork | 0 | All applications in the solution are tested and certified to work on the reference build. | |
NotTested | 1 | None of the applications in the solution have been certified as working on the reference build. | |
WillBeTested | 2 | Applications may or may not be certified on the reference build and may be tested and certified later. |