BuildAssessmentSolution.LatestAnalyzedState Property¶
Gets a value indicating whether the solution is analyzed.
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 bool LatestAnalyzedState { get; }
VB¶
Public ReadOnly Property LatestAnalyzedState As Boolean
Get
Property Value¶
Type: Booleantrue
if the solution is analyzed; otherwise, false
.
Remarks¶
This property is updated when AnalysisData is called.
See Also¶
Reference¶
BuildAssessmentSolution Class
Citrix.SDK.AppDNA.Solutions.BuildAssessment Namespace