InteropSolution.Applications Property¶
Gets the collection of Application objects associated with the solution.
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 ObservableCollection<Application> Applications { get; }
VB¶
Public ReadOnly Property Applications As ObservableCollection(Of Application)
Get
Property Value¶
Type: ObservableCollection(Application)
The collection of Application objects associated with the solution.
See Also¶
Reference¶
InteropSolution Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace