Share via


ContentDBFormSection.DatabaseErrorMessage Property

Gets or sets the value of the string that will be displayed whenever a database fails to validate.

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

Syntax

'Declaration
Public Property DatabaseErrorMessage As String
    Get
    Set
'Usage
Dim instance As ContentDBFormSection
Dim value As String

value = instance.DatabaseErrorMessage

instance.DatabaseErrorMessage = value
public string DatabaseErrorMessage { get; set; }

Property Value

Type: System.String

See Also

Reference

ContentDBFormSection Class

ContentDBFormSection Members

Microsoft.Office.Server.Search.WebControls Namespace