ParserOptions.MaxExpressionLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If greater than 0, enforces a maximum length on a single expression. It is an immediate parser error if the expression is too long.
public int MaxExpressionLength { get; set; }
member this.MaxExpressionLength : int with get, set
Public Property MaxExpressionLength As Integer