Share via


IFormOptionsMetadata.KeyLengthLimit 속성

정의

개별 키의 길이에 대한 제한입니다. 이 제한을 초과하는 키가 포함된 양식은 구문 분석 시 InvalidDataException을 throw합니다. 기본값은 약 2KB인 2,048바이트입니다.

public int? KeyLengthLimit { get; }
member this.KeyLengthLimit : Nullable<int>
Public ReadOnly Property KeyLengthLimit As Nullable(Of Integer)

속성 값

적용 대상