Share via


ContentDBFormSection.RequiredValidatorsEnabled Property

Gets or sets a value that determines whether the user is required to enter a database server and name.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property RequiredValidatorsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ContentDBFormSection
Dim value As Boolean

value = instance.RequiredValidatorsEnabled

instance.RequiredValidatorsEnabled = value
public bool RequiredValidatorsEnabled { get; set; }

Property Value

Type: System.Boolean

Remarks

This property would be used on forms where it is optional to specify a database.

See Also

Reference

ContentDBFormSection Class

ContentDBFormSection Members

Microsoft.Office.Server.Search.WebControls Namespace