IFormOptionsMetadata.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 une exception InvalidDataException lors de l’analyse. La valeur par défaut est de 2 048 octets, soit environ 2 Ko.
public int? KeyLengthLimit { get; }
member this.KeyLengthLimit : Nullable<int>
Public ReadOnly Property KeyLengthLimit As Nullable(Of Integer)