Gets a value (returned by a property of the data object or how else).
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Object GetValue() |
Visual Basic |
---|
Public Function GetValue As Object |
Visual C++ |
---|
public: virtual Object^ GetValue() sealed |
F# |
---|
abstract GetValue : unit -> Object override GetValue : unit -> Object |
Return Value
Type: ObjectA value, returned by the data object.