Click or drag to resize

ASCOMProfileProfileValues Property

Get the collection of values in this profile

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
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