ModelStateDictionary.ErrorCount Propiedad

Definición

Obtiene el número de errores agregados a esta instancia de a través AddModelError de ModelStateDictionary o TryAddModelError.

public:
 property int ErrorCount { int get(); };
public int ErrorCount { get; }
member this.ErrorCount : int
Public ReadOnly Property ErrorCount As Integer

Valor de propiedad

Se aplica a