Share via


PasswordTextBox.EditingPreviouslySavedPassword property

Gets or sets a value that indicates whether or not the user is editing a previously saved password.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EditingPreviouslySavedPassword As Boolean
    Get
    Set
'Usage
Dim instance As PasswordTextBox
Dim value As Boolean

value = instance.EditingPreviouslySavedPassword

instance.EditingPreviouslySavedPassword = value
public bool EditingPreviouslySavedPassword { get; set; }

Property value

Type: System.Boolean
true if the user is editing a previously saved password; otherwise, false.

Remarks

The PasswordTextBox control can be used in one of two modes. The first is when the user is entering a password for the first time. The other is when the user is editing a previously stored password.

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace