Method UpdateValue
UpdateValue(Object)
Updates the value of a field in the feature associated with the FieldFormElement.
Declaration
public void UpdateValue(object value)
Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | The value with which to update the Field.  | 
    
Remarks
This function expects you to pass at least the correct type of value for the field. After the value is updated, EvaluateExpressionsAsync() should be called in order to update any dependent properties.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.4 - 200.8 | 
| .NET | 200.4 - 200.8 | 
| .NET Windows | 200.4 - 200.8 | 
| .NET Android | 200.4 - 200.8 | 
| .NET iOS | 200.4 - 200.8 | 
| .NET Framework | 200.4 - 200.8 | 
| UWP | 200.4 - 200.8 |