DisplayGroupInfo.DisplayInAdminUI property

Gets or sets a value that indicates whether the DisplayGroupInfo is shown on the Search scope administration page.

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 DisplayGroupInfo
Dim value As Boolean

value = instance.DisplayInAdminUI

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

Property value

Type: System.Boolean
true if the DisplayGroupInfo is displayed on the Search scope administration page; otherwise, false.

See also

Reference

DisplayGroupInfo class

DisplayGroupInfo members

Microsoft.Office.Server.Search.Administration namespace