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