MeasurementDataGetProperty Method

Returns a measurement data property by key.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public string GetProperty(
	string key
)

Parameters

key  String
the key to use when looking up the data property

Return Value

String
the value of the property, or an empty string if key doesn't exist

Remarks

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".

See Also