IField.UpperBound property
Namespace: NextDesign.Core
Description
Multiplicity (upper bound)
Specify -1 for no limit.
int UpperBound { get; }
type
- int
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid range | ExtensionOutOfRangeException | When a value greater than or equal to 0 and lower than LowerBound is specified |
Illegal operation | ExtensionInvalidOperationException | If the type of the field is a primitive type (integer, real, boolean, string, rich text) or an enumeration |