'Declaration Public ReadOnly Property Value As Nullable(Of Double)
'Usage Dim instance As DataLabel Dim value As Nullable(Of Double) value = instance.Value
public Nullable<double> Value {get;}
'Declaration Public ReadOnly Property Value As Nullable(Of Double)
'Usage Dim instance As DataLabel Dim value As Nullable(Of Double) value = instance.Value
public Nullable<double> Value {get;}