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