DOFResultTget Method OpenDOF Object Access Library
Returns the result's value, if the result is a Get Property return value.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
T get()

Return Value

Type: T
The result's value. This may be null if the type can be null and a null value was returned.
Remarks

Returns the result's value, if the result is a Get Property return value. Returns null otherwise. Note that no copy of the value is made, and so any modifications to the value will affect the result any future calls to get() on this result.
See Also

Reference