FieldGetUShort Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a System.UInt16 type value of the field defined by the path.
[CLSCompliant(false)]
public ushort FieldGetUShort()
[CLSCompliant(false)]
public:
ushort FieldGetUShort();
Return Value
The value from the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while getting the field value or a type-conversion error. |