XenSolution.LatestAnalyzedState Property¶
Gets or sets a value indicating whether solution is analyzed. Is updated when use AnalysisData
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 bool LatestAnalyzedState { get; protected set; }
VB¶
Public Property LatestAnalyzedState As Boolean
Get
Protected Set
Property Value¶
Type: Booleantrue
if analyzed; otherwise, false
.
See Also¶
Reference¶
XenSolution Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace