Property IsEndInclusive
IsEndInclusive
Gets the value indicating whether the upper bound of the field
range is inclusive.
Declaration
public bool IsEndInclusive { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true if the upper bound is inclusive, otherwise
false.
|