RequestFormLimitsAttribute.KeyLengthLimit Propiedad

Definición

Un límite en la longitud de las claves individuales. Los formularios que contienen claves que superan este límite producirán una InvalidDataException excepción cuando se analicen.

public:
 property int KeyLengthLimit { int get(); void set(int value); };
public int KeyLengthLimit { get; set; }
member this.KeyLengthLimit : int with get, set
Public Property KeyLengthLimit As Integer

Valor de propiedad

Int32

Se aplica a