Click or drag to resize

DatedDataSetValues Property

Gets the non-null, non-empty, chronologically-ordered list of DatedDataValue objects that make up this DatedDataSet.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<DatedDataValue> Values { get; }

Property Value

ReadOnlyCollectionDatedDataValue
See Also