IField.UpperBound property
Namespace: NextDesign.Core
Description
Multiplicity (upper limit)
If there is no limit, specify -1.
int UpperBound { get; set; }
Type
- int
Exceptions
| Name | Exception class | Description |
|---|---|---|
| Invalid range | ExtensionOutOfRangeException | When an integer greater than or equal to 0 and less than LowerBound is specified |
| Invalid operation | ExtensionInvalidOperationException | When the field type is a primitive type (integer, real number, boolean, string, rich text) or an enumeration type |