Scope.DisplayInAdminUI Property

Gets or sets a Boolean value that indicates whether a scope is displayed in the Shared Service Provider 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