AllowDeleteToNull Property (GcNumber)
Gets or sets a value indicating whether allow to delete the value to null.
public bool AllowDeleteToNull {get; set;}
'Declaration
Public Property AllowDeleteToNull As Boolean
'Usage
Dim instance As GcNumber
Dim value As Boolean
instance.AllowDeleteToNull = value
value = instance.AllowDeleteToNull
Property Value
true if allows to delete the value to null; otherwise,
false.