Gets or sets the value of the field.
Declaration
[Browsable(false)]
public int? Value { get; }
<Browsable(False)>
Public ReadOnly Property Value As Integer?
Property Value
| Type |
Description |
| int? |
A nullable int value indicating the value of this field.
|