ASCOMProfileProfileValues Property
Get the collection of values in this profile
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public 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 ();
}
SortedListString,
SortedListString,
StringAll values in the collection
SortedListString,
SortedListString,
StringSortedList(Of SubKey as String, SortedList(Of ValueName as String, Value as String))