IFieldState<T>.SetValue(T, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set this field value in form state.
public void SetValue (T state, object value);
abstract member SetValue : 'T * obj -> unit
Public Sub SetValue (state As T, value As Object)
Parameters
- state
- T
Form state to set field value in.
- value
- Object
New value.