DisplayGroupInfo.IsUndeletable Property

Gets or sets a value that indicates whether the DisplayGroupInfo cannot be deleted from the SearchAdminDatabase.

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

Syntax

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

value = instance.IsUndeletable

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

Property Value

Type: System.Boolean
true if the DisplayGroupInfo cannot be deleted from the SearchAdminDatabase; otherwise, false.

See Also

Reference

DisplayGroupInfo Class

DisplayGroupInfo Members

Microsoft.Office.Server.Search.Administration Namespace