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.
Remarks
For more information about managed properties, see Managing Metadata.