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