Gets a value (returned by a property of the data object or how else).
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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.