SetValue Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Reflection Namespace
PropertyInfo Class
PropertyInfo Methods
SetValue Method
SetValue Method (Object, Objec ...
SetValue Method (Object, Objec ...
PropertyInfo Methods
_PropertyInfo.GetIDsOfNames Me ...
_PropertyInfo.GetType Method
_PropertyInfo.GetTypeInfo Meth ...
_PropertyInfo.GetTypeInfoCount ...
_PropertyInfo.Invoke Method
GetAccessors Method
GetConstantValue Method
GetCustomAttributes Method
GetGetMethod Method
GetIndexParameters Method
GetOptionalCustomModifiers Met ...
GetRawConstantValue Method
GetRequiredCustomModifiers Met ...
GetSetMethod Method
GetValue Method
SetValue Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
PropertyInfo
.
.
::
.
SetValue Method
Sets the property value for the given object to the given value.
Overload List
Name
Description
SetValue(Object, Object,
array<
Object
>
[]
()
[]
)
Sets the value of the property with optional index values for index properties.
SetValue(Object, Object, BindingFlags, Binder,
array<
Object
>
[]
()
[]
, CultureInfo)
When overridden in a derived class, sets the property value for the given object to the given value.
Top
See Also
Reference
PropertyInfo Class
PropertyInfo Members
System.Reflection Namespace
Tags :