FormOptions.ValueLengthLimit 属性

定义

单个窗体值的长度限制。 包含超出此限制的值的表单在分析时将引发 InvalidDataException 。 默认为 4,194,304 字节,大约为 4MB。

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

属性值

适用于