Returns the value of the element of the persistent object type that is mapped to a field in the storage.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable Function GetValue( _
ByVal obj As Object _
) As Object |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IMemberInfo
Dim obj As Object
Dim value As Object
value = instance.GetValue(obj)
|
| C# | |
|---|
virtual object GetValue(
object obj
) |
| Managed Extensions for C++ | |
|---|
virtual Object* GetValue(
Object* obj
) |
| C++/CLI | |
|---|
virtual Object^ GetValue(
Object^ obj
) |
Parameters
- obj
- The persistent object that's member's value is returned.
Return Value
Value of the persistent object's type element that is mapped to a field in the storage.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also