Skip to main content

IField.UpperBound property

Namespace: NextDesign.Core

Description

Multiplicity (upper bound)
Specify -1 for no limit.

int UpperBound { get; }

type

  • int

Exceptions

NameException ClassDescription
Invalid rangeExtensionOutOfRangeExceptionWhen a value greater than or equal to 0 and lower than LowerBound is specified
Illegal operationExtensionInvalidOperationExceptionIf the type of the field is a primitive type (integer, real, boolean, string, rich text) or an enumeration