NullableTypes Class Library

NullableInt32.Value Property

Gets the value of the NullableInt32 structure. This property is read-only

[Visual Basic]
Public ReadOnly Property Value As Integer
[C#]
public int Value {get;}

Property Value

The value of the NullableInt32 structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableInt32 Class | NullableTypes Namespace