Property EndValue
EndValue
Gets the value for the upper bound of the field range.
Declaration
public FieldValue EndValue { get; }
Property Value
| Type | Description |
|---|---|
| FieldValue |
Value for the upper bound of the field range or null if no
upper bound is enforced.
|