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 or sets the password that is used for SQL authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Password As String
Get
Set
'Usage
Dim instance As SPDatabase
Dim value As String
value = instance.Password
instance.Password = value
public string Password { get; set; }
Type: System.String
A string that contains the password.