IdentityResult.Errors Vlastnost

Definice

IdentityError Instance IEnumerable<T> 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

IEnumerable<IdentityError>

IdentityError InstanceIEnumerable<T>.

Platí pro