Share via


ScopeInfo.DisplayInAdminUI Property

Gets or sets a Boolean value that indicates whether this search scope is displayed on the Search Administration page for the Search service application.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DisplayInAdminUI As Boolean
    Get
    Set
'Usage
Dim instance As ScopeInfo
Dim value As Boolean

value = instance.DisplayInAdminUI

instance.DisplayInAdminUI = value
[DataMemberAttribute]
public bool DisplayInAdminUI { get; set; }

Property Value

Type: System.Boolean
true if the search scope is displayed; otherwise, false.

See Also

Reference

ScopeInfo Class

ScopeInfo Members

Microsoft.Office.Server.Search.Administration Namespace