Compartir a través de


IdentityResult.Errors Propiedad

Definición

de IEnumerable<T>IdentityError instancias que contienen errores que se produjeron durante la operación de identidad.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Identity::IdentityError ^> ^ Errors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Identity::IdentityError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Identity.IdentityError> Errors { get; }
member this.Errors : seq<Microsoft.AspNetCore.Identity.IdentityError>
Public ReadOnly Property Errors As IEnumerable(Of IdentityError)

Valor de propiedad

de IEnumerable<T>IdentityError instancias de .

Se aplica a