Click or drag to resize

RouteParameterConstraintExpression Property

Specifies an expression to control the allowed value range of this parameter. Use the expression variable 'Value' to access the value of the parameter.

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public ExpressionString ConstraintExpression { get; set; }

Property Value

Type: ExpressionString
See Also