Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft