public double[] Data { get; }Public ReadOnly Property Data As Double()
Getpublic:
property array<double>^ Data {
array<double>^ get ();
}member Data : float[] with getThe vector can contain one or more values based upon the study definition and what the server is able to provide.
For instance, if the MeasurementData is for "HEART_RATE" this may be one value which would be a summary for the entire measurement chunk or it could be an estimated value per-frame of the measurement chunk.