SolutionService.Get Method¶
Returns a collection with all the Solution objects for the given template
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Collection<Solution> Get(
SolutionTemplate template
)
VB¶
Public Function Get (
template As SolutionTemplate
) As Collection(Of Solution)
Parameters¶
- template
- Type: Citrix.SDK.AppDNA.SolutionTemplate
Return Value¶
Type: Collection(Solution)
Collection with all the Solution objects.