UntypedEvent.SetField Method
Include Protected Members
Include Inherited Members
Sets the value of the field to the specified value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetField(Int32, Object) | Sets the value of the specified field, regardless of its type. | |
SetField<T>(Int32, T) | Sets the field value specified by its ordinal. |
Top