ContentDBFormSection.ConnectionString Property
Gets or sets the value of the string used to connect to the content database for the search service.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ConnectionString As String
Get
Set
'Usage
Dim instance As ContentDBFormSection
Dim value As String
value = instance.ConnectionString
instance.ConnectionString = value
public string ConnectionString { get; set; }
Property Value
Type: System.String