Gets a value (returned by a property of the data object or how else).

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
Object GetValue()
Visual Basic
Function GetValue As Object
Visual C++
Object^ GetValue()
F#
abstract GetValue : unit -> Object 

Return Value

Type: Object
A value, returned by the data object.

See Also