Share via


ValidationResult<TResult,TError>.Succeeded Property

Definition

Gets a value indicating whether the validation succeeded.

public bool Succeeded { get; }
member this.Succeeded : bool
Public ReadOnly Property Succeeded As Boolean

Property Value

true if the validation succeeded and Result contains a valid value; false if the validation failed and Error contains the error.

Applies to