ISolutionConfig.Applications Property¶
Gets the applications for solution config.
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¶
ObservableCollection<Application> Applications { get; }
VB¶
ReadOnly Property Applications As ObservableCollection(Of Application)
Get
Property Value¶
Type: ObservableCollection(Application)
See Also¶
Reference¶
ISolutionConfig Interface
Citrix.SDK.AppDNA.Solutions.Interop Namespace