Share via


ValidationErrorContext.Errors Property

Definition

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ Errors { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyList<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyList<string> Errors { get; init; }
member this.Errors : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Errors As IReadOnlyList(Of String)

Property Value

Applies to