PatchImpactAnalysisSolution.LatestAnalyzedState Property¶
Gets a value indicating whether the solution is analyzed.
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.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¶
PatchImpactAnalysisSolution Class
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace