ManagedProperty.DeleteDisallowed property

Gets a Boolean value indicating whether a managed property can be deleted.

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

Syntax

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

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

Property value

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

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace