Share via


ManagedProperty.DeleteDisallowed Property

Gets a Boolean value indicating whether a managed property 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 ManagedProperty
Dim value As Boolean

value = instance.DeleteDisallowed
bool DeleteDisallowed { get; }

Property Value

Type: System.Boolean
[false] if the managed property can be deleted; otherwise, [true].

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

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

Other Resources

ManagedProperty