MeasurementResultGetProperty Method
Obtain individual properties associated with this MeasurementResult.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public string GetProperty(
string key
)
Public Function GetProperty (
key As String
) As String
public:
String^ GetProperty(
String^ key
)
member GetProperty :
key : string -> string
- key String
- the measurement property to look up
Stringthe value of the measurement property or an empty string
These properties are useful when communicating with the server about the
Measurement. Specifically, it will include "MeasurementID",
"MeasurementDataID", "MeasurementResultID" and possibly others.