SPWebApplicationBuilder.DatabasePassword property

Gets or sets the SQL authentication password to be used for a new content database.

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

Syntax

'Declaration
Public Property DatabasePassword As String
    Get
    Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As String

value = instance.DatabasePassword

instance.DatabasePassword = value
public string DatabasePassword { get; set; }

Property value

Type: System.String
A string that contains the database password.

Remarks

If the CreateNewDatabase property equals false, the value contained by the DatabasePassword property is ignored.

The DatabasePassword property must not equal a null reference (Nothing in Visual Basic) if the DatabaseUsername is set.

See also

Reference

SPWebApplicationBuilder class

SPWebApplicationBuilder members

Microsoft.SharePoint.Administration namespace