Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the password provided by the user when SQL Server authentication is selected.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DatabasePassword As String
Get
'Usage
Dim instance As ContentDatabaseSection
Dim value As String
value = instance.DatabasePassword
public string DatabasePassword { get; }
Property Value
Type: System.String
A string that contains a password provided by the user.