ContentDatabaseSection.DatabasePassword Property
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.