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)
Available in Sandboxed Solutions: No

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