Share via


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
<DataMemberAttribute> _
Public Property IsDeletable As Boolean
    Get
    Friend Set
'Usage
Dim instance As LocationConfiguration
Dim value As Boolean

value = instance.IsDeletable
[DataMemberAttribute]
public bool IsDeletable { get; internal set; }

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