'Declaration Public Shadows ReadOnly Property Value As Nullable(Of Integer)
'Usage Dim instance As DateAmPmField Dim value As Nullable(Of Integer) value = instance.Value
public new Nullable<int> Value {get;}
'Declaration Public Shadows ReadOnly Property Value As Nullable(Of Integer)
'Usage Dim instance As DateAmPmField Dim value As Nullable(Of Integer) value = instance.Value
public new Nullable<int> Value {get;}