Sdílet prostřednictvím


IdentityResult.Errors Vlastnost

Definice

Instance IEnumerable<T>IdentityError obsahující chyby, ke kterým došlo během operace identity.

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)

Hodnota vlastnosti

IdentityError Počet IEnumerable<T> instancí.

Platí pro