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