ASCOMProfileProfileValues Property |
Get the collection of values in this profile
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntaxpublic SortedList<string, SortedList<string, string>> ProfileValues { get; }Public ReadOnly Property ProfileValues As SortedList(Of String, SortedList(Of String, String))
Get
public:
property SortedList<String^, SortedList<String^, String^>^>^ ProfileValues {
SortedList<String^, SortedList<String^, String^>^>^ get ();
}Property Value
SortedListString,
SortedListString,
StringAll values in the collection
Return Value
SortedListString,
SortedListString,
StringSortedList(Of SubKey as String, SortedList(Of ValueName as String, Value as String))
See Also