Share via


ContentDBFormSection.DatabasePassword Property

Gets or sets the value of the form field that displays the database password.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property DatabasePassword As String
    Get
'Usage
Dim instance As ContentDBFormSection
Dim value As String

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

Property Value

Type: System.String

Remarks

This value is an empty string if using Integrated Windows authentication.

See Also

Reference

ContentDBFormSection Class

ContentDBFormSection Members

Microsoft.Office.Server.Search.WebControls Namespace