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