ContentDBFormSection.IncludeSearchServer Property
Gets or sets a value that determines whether to display the search service configuration section of the user input form.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IncludeSearchServer As Boolean
Get
Set
'Usage
Dim instance As ContentDBFormSection
Dim value As Boolean
value = instance.IncludeSearchServer
instance.IncludeSearchServer = value
public bool IncludeSearchServer { get; set; }
Property Value
Type: System.Boolean