MeasurementResultGetProperty Method

Obtain individual properties associated with this MeasurementResult.

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 measurement property to look up

Return Value

String
the value of the measurement property or an empty string

Remarks

These properties are useful when communicating with the server about the Measurement. Specifically, it will include "MeasurementID", "MeasurementDataID", "MeasurementResultID" and possibly others.

See Also