PropertyInfo.SetValue Method (Object, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the property value of a specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object whose property value will be set.
- value
- Type: System.Object
The new property value.
Show: