PropertyInfo::SetValue Method
.NET Framework (current version)
Sets the property value for a specified object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SetValue(Object^, Object^) | Sets the property value of a specified object. |
![]() | SetValue(Object^, Object^, BindingFlags, Binder^, array<Object^>^, CultureInfo^) | When overridden in a derived class, sets the property value for a specified object that has the specified binding, index, and culture-specific information. |
![]() | SetValue(Object^, Object^, array<Object^>^) | Sets the property value of a specified object with optional index values for index properties. |
Show:
