Share via


FormValueMappingContext.SetResult(Object) Method

Definition

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.

Applies to