Partager via


IdentityResult.Errors Propriété

Définition

d’instances IEnumerable<T>IdentityError contenant des erreurs qui se sont produites pendant l’opération d’identité.

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)

Valeur de propriété

d’instances IEnumerable<T>IdentityError .

S’applique à