'Declaration
Public Property Value As Nullable(Of Integer)
'Usage
Dim instance As DateInputField 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 DateInputField Dim value As Nullable(Of Integer) instance.Value = value value = instance.Value
public Nullable<int> Value {get; set;}