NullableTypes Class Library

NullableByte.Value Property

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

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

Property Value

The value of the NullableByte structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableByte Class | NullableTypes Namespace