IAdmStringValueConstraint

The IAdmStringValueConstraint interface represents text constraints for property pattern entries.

Inheritance: IAdmPropertyPatternConstraint

Properties

  • Property

  • Description

  • StartWith

  • Gets or sets the text a property value must begin with.

  • NotStartWith

  • Gets or sets the text a property value must NOT begin with.

  • EndWith

  • Gets or sets the text a property value must end with.

  • NotEndWith

  • Gets or sets the text a property value must NOT end with.

  • Contain

  • Gets or sets the text a property value must contain.

  • NotContain

  • Gets or sets the text a property value must NOT contain.

Details

StartWith

Gets or sets the text a property value must begin with.

  • Type:
  • string
  • Access:
  • Read/Write

NotStartWith

Gets or sets the text a property value must NOT begin with.

  • Type:
  • string
  • Access:
  • Read/Write

EndWith

Gets or sets the text a property value must end with.

  • Type:
  • string
  • Access:
  • Read/Write

NotEndWith

Gets or sets the text a property value must NOT end with.

  • Type:
  • string
  • Access:
  • Read/Write

Contain

Gets or sets the text a property value must contain.

  • Type:
  • string
  • Access:
  • Read/Write

NotContain

Gets or sets the text a property value must NOT contain.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2009.1

See also