SetPropertyValue Method (MappingInfo)
In This Topic
Sets property of specified object to the specified value.
Syntax
'Declaration
Public Sub SetPropertyValue( _
ByVal As System.Object, _
ByVal As System.Object _
)
public void SetPropertyValue(
System.object ,
System.object
)
Parameters
- obj
- value
See Also