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 default password to use for new content databases when using SQL authentication.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DefaultDatabasePassword As String
Get
Set
'Usage
Dim instance As SPWebService
Dim value As String
value = instance.DefaultDatabasePassword
instance.DefaultDatabasePassword = value
public string DefaultDatabasePassword { get; set; }
Property Value
Type: System.String
A string containing the password.