ContentDBFormSection.DatabaseName Property
Gets or sets the value of the form field that displays the database name.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DatabaseName As String
Get
Set
'Usage
Dim instance As ContentDBFormSection
Dim value As String
value = instance.DatabaseName
instance.DatabaseName = value
public string DatabaseName { get; set; }
Property Value
Type: System.String