IAdmPasswordSelfServiceQuestion

The IAdmPasswordSelfServiceQuestion interface represents a question for the Self-Password Reset process.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • Question

  • Gets or sets the text of the question.

  • Required

  • Gets or sets a value that indicates whether a user must answer this question in order to reset their password.

Details

Question

Gets or sets the text of the question.

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

Required

Gets or sets a value that indicates whether a user must answer this question in order to reset their password.

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

Requirements

Minimum required version: 2011.3

See also