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.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public string Id { get; }
Public ReadOnly Property Id As String
Get
Property Value
StringRemarks The ID can be used to request data from this station.
See Also