Share via


DatabaseSettings.IsValid Property

Gets or sets a Boolean value indicating whether the database settings are valid.

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

Syntax

'Declaration
Public Property IsValid As Boolean
    Get
    Set
'Usage
Dim instance As DatabaseSettings
Dim value As Boolean

value = instance.IsValid

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

Property Value

Type: System.Boolean
true if the database settings are valid; otherwise, false.

See Also

Reference

DatabaseSettings Class

DatabaseSettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace