FormOptions.ValueCountLimit 属性

定义

允许的表单条目数限制。 超出此限制的表单在分析时将引发 InvalidDataException 。 默认值为 1024。

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

属性值

适用于