Share via


DatabaseSettings.Password Property

Gets or sets the password used for authenticating to the database instance.

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

Syntax

'Declaration
Public Property Password As String
    Get
    Set
'Usage
Dim instance As DatabaseSettings
Dim value As String

value = instance.Password

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

Property Value

Type: System.String
The password for the database instance.

See Also

Reference

DatabaseSettings Class

DatabaseSettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace