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