NullableTypes Class Library

NullableInt64.Value Property

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

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

Property Value

The value of the NullableInt64 structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableInt64 Class | NullableTypes Namespace