PropertyInfo::SetValue Method

 

Sets the property value for a specified object.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSetValue(Object^, Object^)

Sets the property value of a specified object.

System_CAPS_pubmethodSetValue(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.

System_CAPS_pubmethodSetValue(Object^, Object^, array<Object^>^)

Sets the property value of a specified object with optional index values for index properties.

Return to top
Show: