IAdmValueRangeConstraint

The IAdmValueRangeConstraint interface represents value range constraints for property pattern entries.

Inheritance: IAdmPropertyPatternConstraint

Properties

  • Property

  • Description

  • Values

  • Gets or sets an array of possible or not allowed property values.

  • AreValuesDenied

  • Gets or sets a value that indicates whether the property constraint defines a set of not allowed values or a set of possible values.

Details

Values

Gets or sets an array of possible or not allowed property values.

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

AreValuesDenied

Gets or sets a value that indicates whether the property constraint defines a set of not allowed values or a set of possible values.

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

Requirements

Minimum required version: 2009.1

See also