SetValue()
FieldInfo::SetValue(const System::SharedPtr<System::Object>&, const System::SharedPtr<System::Object>&) method
Sets property value to specific object.
void System::Reflection::FieldInfo::SetValue(const System::SharedPtr<System::Object> &obj, const System::SharedPtr<System::Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
obj | const System::SharedPtr<System::Object>& | Object to write property to. |
value | const System::SharedPtr<System::Object>& | Value of property to set. |
See Also
- Typedef SharedPtr
- Class Object
- Class FieldInfo
- Namespace System::Reflection
- Library Aspose.Slides