NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FieldInfo.SetValue

Sets the value of the field for the given object to the given value.

Overload List

When implemented by a subclass, this method sets the value of the field supported by the given object.

[Visual Basic] Overloads MustOverride Public Sub SetValue(Object, Object, BindingFlags, Binder, CultureInfo)
[C#] public abstract void SetValue(Object, Object, BindingFlags, Binder, CultureInfo);
[C++] public: virtual void SetValue(Object*, Object*, BindingFlags, Binder, CultureInfo) = 0;
[JScript] public abstract function SetValue(Object, Object, BindingFlags, Binder, CultureInfo);

Sets the value of the field supported by the given object.

[Visual Basic] Overloads Public Sub SetValue(Object, Object)
[C#] public void SetValue(Object, Object);
[C++] public: void SetValue(Object*, Object*);
[JScript] public function SetValue(Object, Object);

See Also

FieldInfo Class | FieldInfo Members | System.Reflection Namespace