Share via


ContentDBFormSection.DatabaseUserName Property

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

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

Syntax

'Declaration
Public Property DatabaseUserName As String
    Get
    Set
'Usage
Dim instance As ContentDBFormSection
Dim value As String

value = instance.DatabaseUserName

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

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