Bagikan melalui


IdentityResult.Errors Properti

Definisi

Instans IEnumerable<T>IdentityError yang berisi kesalahan yang terjadi selama operasi identitas.

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)

Nilai Properti

Sebuah IEnumerable<T>IdentityError instans.

Berlaku untuk