InteropSolutionService.Get Method¶
Returns a collection with all the InteropSolution objects for the given template.
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 Collection<InteropSolution> Get()
VB¶
Public Function Get As Collection(Of InteropSolution)
Return Value¶
Type: Collection(InteropSolution)
A collection ofInteropSolution objects.
See Also¶
Reference¶
InteropSolutionService Class
Get Overload
Citrix.SDK.AppDNA.Solutions.Interop Namespace