IdentityResult.Errors Właściwość

Definicja

IdentityError Wystąpienie IEnumerable<T> zawierające błędy, które wystąpiły podczas operacji tożsamości.

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)

Wartość właściwości

IdentityError WystąpienieIEnumerable<T>.

Dotyczy