Click or drag to resize

StationId Property

Gets the non-null, non-empty, canonical ID of the weather station. (See here for an explanation of what "canonical" means in this context.)

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public string Id { get; }

Property Value

String
Remarks

The ID can be used to request data from this station.

See Also