NullableTypes Class Library

NullableInt16.Value Property

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

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

Property Value

The value of the NullableInt16 structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to Null.

See Also

NullableInt16 Class | NullableTypes Namespace