ContentDatabaseSection.DatabaseUserName Property
Gets or sets the username used when SQL authentication is selected.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DatabaseUserName As String
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As String
value = instance.DatabaseUserName
instance.DatabaseUserName = value
public string DatabaseUserName { get; set; }
Property Value
Type: System.String
A string that contains a username.