LocationConfiguration.IsDeletable Property

Gets a value that specifies whether the location can be deleted. Only some preinstalled locations cannot be deleted. All other locations can be deleted, and this value cannot be changed.

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

Syntax

'Declaration
Public ReadOnly Property IsDeletable As Boolean
    Get
'Usage
Dim instance As LocationConfiguration
Dim value As Boolean

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

Property Value

Type: System.Boolean

Remarks

Currently this is set to true for only the local SharePoint site.

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace