ASCOMProfileProfileValues Property

Get the collection of values in this profile

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public SortedList<string, SortedList<string, string>> ProfileValues { get; }

Property Value

SortedListString, SortedListString, String
All values in the collection

Return Value

SortedListString, SortedListString, String
SortedList(Of SubKey as String, SortedList(Of ValueName as String, Value as String))

See Also