IXenSolutionConfig.CurrentPlatforms Property¶
Gets or sets the current platforms.
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¶
ObservableCollection<IPlatform> CurrentPlatforms { get; set; }
VB¶
Property CurrentPlatforms As ObservableCollection(Of IPlatform)
Get
Set
Property Value¶
Type: ObservableCollection(IPlatform)
See Also¶
Reference¶
IXenSolutionConfig Interface
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace