Returns the non-null, non-empty string key associated with
dataSpec.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public string GetKey(
DataSpec dataSpec
)
Public Function GetKey (
dataSpec As DataSpec
) As String
Parameters
- dataSpec DataSpec
- A data specification held by this DataSpecs.
Cannot be null.
Return Value
StringThe non-null, non-empty string key associated with
dataSpec.
Exceptions See Also