IAdmValueLengthConstraintInfo

The IAdmValueLengthConstraintInfo interface provides information about the value length property pattern constraint.

Inheritance: IAdmPropertyPatternConstraintInfo

Properties

  • Property

  • Description

  • MaxLength

  • Gets the maximum length of a value.

  • MinLength

  • Gets the minimum length of a value.

Details

MaxLength

Gets the maximum length of a value.

  • Type:
  • string
  • Access:
  • Read-only

MinLength

Gets the minimum length of a value.

  • Type:
  • string
  • Access:
  • Read-only

Requirements

Minimum required version: 2011.1

See also