IdentityResult.Errors Proprietà

Definizione

Un'istanza IEnumerable<T> contenente IdentityError errori che si sono verificati durante l'operazione di 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)

Valore della proprietà

Un IEnumerable<T> oggetto di IdentityError istanze.

Si applica a