Share via


FullTextIndex.DeleteDisallowed Property

Gets a Boolean value that indicates whether this full-text index can be deleted.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Property DeleteDisallowed As Boolean
    Get
'Usage
Dim instance As FullTextIndex
Dim value As Boolean

value = instance.DeleteDisallowed
bool DeleteDisallowed { get; }

Property Value

Type: System.Boolean
true if the full-text index cannot be deleted; otherwise,. false

See Also

Reference

FullTextIndex Interface

FullTextIndex Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace