InteropSolutionService.Get Method (String)¶
Returns the InteropSolution instance for the given solutionIdentifier.
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 InteropSolution Get(
string solutionIdentifier
)
VB¶
Public Function Get (
solutionIdentifier As String
) As InteropSolution
Parameters¶
- solutionIdentifier
- Type: System.String
The identifier of the solution
Return Value¶
Type: InteropSolution
An InteropSolution instance.
See Also¶
Reference¶
InteropSolutionService Class
Get Overload
Citrix.SDK.AppDNA.Solutions.Interop Namespace