ScopeDisplayGroup.DisplayInAdminUI Property

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

ScopeDisplayGroup Class

ScopeDisplayGroup Members

Microsoft.Office.Server.Search.Administration Namespace