Skip to main content

IField.UpperBound property

Namespace: NextDesign.Core

Description

Multiplicity (upper limit)
If there is no limit, specify -1.

int UpperBound { get; set; }

Type

  • int

Exceptions

NameException classDescription
Invalid rangeExtensionOutOfRangeExceptionWhen an integer greater than or equal to 0 and less than LowerBound is specified
Invalid operationExtensionInvalidOperationExceptionWhen the field type is a primitive type (integer, real number, boolean, string, rich text) or an enumeration type