Share via


PasswordTextBox.PasswordWasChanged property

Gets a value that indicates if the user has provided input to the control.

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

Syntax

'Declaration
Public ReadOnly Property PasswordWasChanged As Boolean
    Get
'Usage
Dim instance As PasswordTextBox
Dim value As Boolean

value = instance.PasswordWasChanged
public bool PasswordWasChanged { get; }

Property value

Type: System.Boolean
true if the user has provided input to the control; otherwise, false.

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace