DatabaseSettings.Username Property
Gets or sets the username 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 Username As String
Get
Set
'Usage
Dim instance As DatabaseSettings
Dim value As String
value = instance.Username
instance.Username = value
public string Username { get; set; }
Property Value
Type: System.String
The username for database instance.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace