ValidationResult<TResult,TError>.Result Property

Definition

Gets the result associated with the validation result.

public TResult? Result { get; }
member this.Result : 'Result
Public ReadOnly Property Result As TResult

Property Value

TResult

The result associated with the validation result.

Remarks

This property is only valid if the result type is valid.

Applies to