RequestFormLimitsAttribute.KeyLengthLimit 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.
Limite de la longueur des clés individuelles. Les formulaires contenant des clés qui dépassent cette limite lèvent un lors de InvalidDataException l’analyse.
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