ModelStateDictionary.HasReachedMaxErrors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le nombre maximal d’erreurs a été enregistré ou non.
public:
property bool HasReachedMaxErrors { bool get(); };
public bool HasReachedMaxErrors { get; }
member this.HasReachedMaxErrors : bool
Public ReadOnly Property HasReachedMaxErrors As Boolean
Valeur de propriété
Remarques
Retourne true
si un TooManyModelErrorsException a été enregistré ; sinon false
.