TechTalk Genome v4.2

NullableUInt16.Value Property

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

public ushort Value {get;}

Property Value

The value of the NullableUInt16 structure.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to Null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace