DisplayGroupInfo.IsDeleted Property
Gets or sets a value that indicates whether the DisplayGroupInfo has been 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 IsDeleted As Boolean
Get
Set
'Usage
Dim instance As DisplayGroupInfo
Dim value As Boolean
value = instance.IsDeleted
instance.IsDeleted = value
[DataMemberAttribute]
public bool IsDeleted { get; set; }
Property Value
Type: System.Boolean
true if DisplayGroupInfo has been deleted from the SearchAdminDatabase; otherwise, false.