Share via


ComponentSettings.IsValid Property

Gets or sets a Boolean value that specifies whether the component is 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 ComponentSettings
Dim value As Boolean

value = instance.IsValid

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

Property Value

Type: System.Boolean
true if the component is valid; otherwise, false.

See Also

Reference

ComponentSettings Class

ComponentSettings Members

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