IAdmValueRangeConstraint

The IAdmValueRangeConstraint interface represents value range constraints for property pattern entries. These include the following constraints:

  • Must be one of the following values only
  • Must not contain the following values

Inheritance: IAdmPropertyPatternConstraint

Properties

  • Property

  • Description

  • Values

  • Gets or sets an array of property values.

  • AreValuesDenied

  • Gets or sets a value that indicates whether property values from the Values array are allowed or forbidden.

Details

Values

Gets or sets an array of property values.

  • Type:
  • Object
  • Access:
  • Read/Write

AreValuesDenied

Gets or sets a value that indicates whether property values from the Values array are allowed or forbidden.

  • Type:
  • bool
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also