Поделиться через


IdentityResult.Errors Свойство

Определение

Экземпляры IEnumerable<T>IdentityError , содержащие ошибки, возникшие во время операции идентификации.

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)

Значение свойства

Экземпляры IEnumerable<T>IdentityError .

Применяется к