DatedDataSetValues Property |
Gets the non-null, non-empty, chronologically-ordered list of
DatedDataValue objects that make up this
DatedDataSet.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public ReadOnlyCollection<DatedDataValue> Values { get; }
Public ReadOnly Property Values As ReadOnlyCollection(Of DatedDataValue)
Get
Property Value
ReadOnlyCollectionDatedDataValueSee Also