Scope.DisplayInAdminUI property

Gets or sets a Boolean value that indicates whether a scope is displayed in the Search Administration user interface.

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

Syntax

'Declaration
Public Property DisplayInAdminUI As Boolean
    Get
    Set
'Usage
Dim instance As Scope
Dim value As Boolean

value = instance.DisplayInAdminUI

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

Property value

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

See also

Reference

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace