IXenSolutionService(TXenSolution, TXenSolutionEditor).Get Method¶
Gets collection of XenSolution.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
IEnumerable<TXenSolution> Get()
VB¶
Function Get As IEnumerable(Of TXenSolution)
Return Value¶
Type: IEnumerable(TXenSolution)
Collection of XenSolution.
See Also¶
Reference¶
IXenSolutionService(TXenSolution, TXenSolutionEditor) Interface
Get Overload
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace