PasswordTextBox.Password property

Gets the user supplied password.

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

Syntax

'Declaration
Public ReadOnly Property Password As String
    Get
'Usage
Dim instance As PasswordTextBox
Dim value As String

value = instance.Password
public string Password { get; }

Property value

Type: System.String
A string containing the user supplied password.

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace