FormValueMappingContext.SetResult(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.
Sets the result of the mapping operation.
public void SetResult (object? result);
member this.SetResult : obj -> unit
Public Sub SetResult (result As Object)
Parameters
- result
- Object
The result of the mapping operation.
Exceptions
Thrown if the result has already been set.