IBuildAssessmentSolutionConfig(TIOsBuild) Interface¶
Represents a Build Assessment configuration with which to create or update a Build Assessment solution
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 interface IBuildAssessmentSolutionConfig<TIOsBuild>
where TIOsBuild : IOsBuild
VB¶
Public Interface IBuildAssessmentSolutionConfig(Of TIOsBuild As IOsBuild)
Type Parameters¶
- TIOsBuild
Properties¶
Name | Description | |
---|---|---|
![]() | CertifiedApplications | Gets or sets the certified applications. |
![]() | Description | Gets the description of the solution. |
![]() | Identifier | Gets the identifier of the solution. |
![]() | Name | Gets the name of the solution. |
![]() | ReferenceBuild | Gets or sets the reference build. |
![]() | ReferenceBuildAppMode | Gets or sets the reference build application mode. |
![]() | TargetBuilds | Gets or sets the target builds. |