TransducerMeasurement.DataSets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the data sets of this message. The returned list is a read-only copy of the data sets and cannot be modified.
public System.Collections.Generic.IList<Iot.Device.Nmea0183.Sentences.TransducerDataSet> DataSets { get; }
member this.DataSets : System.Collections.Generic.IList<Iot.Device.Nmea0183.Sentences.TransducerDataSet>
Public ReadOnly Property DataSets As IList(Of TransducerDataSet)