Share via


IFormOptionsMetadata.ValueCountLimit Property

Definition

A limit for the number of form entries to allow. Forms that exceed this limit will throw an InvalidDataException when parsed. Defaults to 1024.

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

Property Value

Applies to