IAdmValueLengthConstraint

The IAdmValueLengthConstraint interface represents value length constraints for property pattern entries.

Inheritance: IAdmPropertyPatternConstraint

Properties

  • Property

  • Description

  • MaxLength

  • Gets or sets the maximum length for a property value.

  • MinLength

  • Gets or sets the minimum length for a property value.

Details

MaxLength

Gets or sets the maximum length for a property value.

  • Type:
  • int
  • Access:
  • Read/Write

MinLength

Gets or sets the maximum length for a property value.

  • Type:
  • int
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also