Skip to content

InteropSolutionService.IsSolutionAnalyzed Method

Returns a value indicating whether all the applications associated with the solution are analyzed.

Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.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: Boolean
true if all applications in the solution are analyzed; otherwise false.

See Also

Reference

InteropSolutionService Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace

Was this article helpful?