Chili.Opf3 Send comments on this topic.
SetValue Method
See Also 
Chili.Opf3.Mapping Namespace > IMemberInfo Interface : SetValue Method




obj
The persistent object that's member's value is updated.
value
The new value.
Sets new value for the element of the persistent object type that is mapped to the storage.

Syntax

Visual Basic (Declaration) 
Overridable Sub SetValue( _
   ByVal obj As Object, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As IMemberInfo
Dim obj As Object
Dim value As Object
 
instance.SetValue(obj, value)
C# 
virtual void SetValue( 
   object obj,
   object value
)
Managed Extensions for C++ 
virtual void SetValue( 
   Object* obj,
   Object* value
) 
C++/CLI 
virtual void SetValue( 
   Object^ obj,
   Object^ value
) 

Parameters

obj
The persistent object that's member's value is updated.
value
The new value.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also