ValidationResult<TResult,TError>.Succeeded Property
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.
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.