'Declaration
Public ReadOnly Property MeasurementSystems As System.Collections.Generic.List(Of NMeasurementSystem)
'Usage
Dim instance As NMeasurementSystemManager Dim value As System.Collections.Generic.List(Of NMeasurementSystem) value = instance.MeasurementSystems
public System.Collections.Generic.List<NMeasurementSystem> MeasurementSystems {get;}