AppDisksSolutionService.IsSolutionAnalyzed Method¶
Returns a value indicating wheather all the applications associated with the solution are analyzed.
Namespace: Citrix.SDK.AppDNA.Solutions.AppDisks
Assembly: Citrix.SDK.AppDNA.Solutions.AppDisks (in Citrix.SDK.AppDNA.Solutions.AppDisks.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public bool IsSolutionAnalyzed( string solutionIdentifier )
VB¶
Public Function IsSolutionAnalyzed ( solutionIdentifier As String ) As Boolean
Parameters¶
- solutionIdentifier
- Type: System.String
The solution identifier
Return Value¶
Type: Booleantrue if all applications in the solution are analyzed; otherwise; false.
See Also¶
Reference¶
AppDisksSolutionService Class
Citrix.SDK.AppDNA.Solutions.AppDisks Namespace