IField.LowerBound property
Namespace: NextDesign.Core
Description
Multiplicity (lower bound)
int LowerBound { get; }
types
- int
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid range | ExtensionOutOfRangeException | If a negative number and a value greater than UpperBound are specified |
Illegal operation | ExtensionInvalidOperationException | If the type of the field is a primitive type (integer, real, boolean, string, rich text) or an enumeration |