MeasurementResultGetData Method
Obtains the MeasurementData for a known key
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public MeasurementData GetData(
string key
)
Public Function GetData (
key As String
) As MeasurementData
public:
MeasurementData^ GetData(
String^ key
)
member GetData :
key : string -> MeasurementData
- key String
- a data key contained in this measurement result
MeasurementDatathe MeasurementData for the key
If the key does not exist, the MeasurementData will be null