AttributeStringList.StringList Property¶
Returns the collection of strings that are available from AttributeStringList. This collection is modified by calling methods on the AttributeStringList object.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ReadOnlyObservableCollection<string> StringList { get; }
VB¶
Public ReadOnly Property StringList As ReadOnlyObservableCollection(Of String)
Get
Property Value¶
Type: ReadOnlyObservableCollection(String)