Enum pfcParameterLimitType
Description
This enumerated type lists the possible parameter limits.
Values
-
PARAMLIMIT_LESS_THAN
- The parameter is required to be less than the indicated value.
-
PARAMLIMIT_LESS_THAN_OR_EQUAL
- The parameter is required to be less than or equal to the indicated value.
-
PARAMLIMIT_GREATER_THAN
- The parameter is required to be greater than the indicated value.
-
PARAMLIMIT_GREATER_THAN_OR_EQUAL
- The parameter is required to be greater than or equal to the indicated value.
-
PARAMLIMIT_UNLIMITED
- The parameter is required to have an unlimited value.
-
ParameterLimitType_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.