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