Scope.CanBeDeleted property

Gets a value that specifies whether the scope can be deleted or not.

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

Syntax

'Declaration
Public ReadOnly Property CanBeDeleted As Boolean
    Get
'Usage
Dim instance As Scope
Dim value As Boolean

value = instance.CanBeDeleted
public bool CanBeDeleted { get; }

Property value

Type: System.Boolean
true if the scope can be deleted; otherwise, false.

See also

Reference

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace