public string GetProperty(
string key
)
Public Function GetProperty (
key As String
) As String
public:
String^ GetProperty(
String^ key
)
member GetProperty :
key : string -> string
Measurement data may include additional properties which are available based upon what is returned by getDataPropertyKeys().
This may include for instance "ID" which could be "HEART_RATE" if the signal this MeasurementData represents is associated with "HEART_RATE".