AppVSolution.NotImportedApplicationLocations Property¶
Gets the collection of String objects associated with the solution.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ObservableCollection<string> NotImportedApplicationLocations { get; }
VB¶
Public ReadOnly Property NotImportedApplicationLocations As ObservableCollection(Of String)
Get
Property Value¶
Type: ObservableCollection(String)
the collection of String objects associated with the solution.
See Also¶
Reference¶
AppVSolution Class
Citrix.SDK.AppDNA.Solutions.AppV Namespace