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