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.