IFieldState<T>.GetValue(T) 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.
Get this field value from form state.
public object GetValue (T state);
abstract member GetValue : 'T -> obj
Public Function GetValue (state As T) As Object
Parameters
- state
- T
Form state to get field value from.
Returns
Current value found in state.