Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether this managed property can be deleted.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DeleteDisallowed As Boolean
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.DeleteDisallowed
instance.DeleteDisallowed = value
[DataMemberAttribute]
public bool DeleteDisallowed { get; set; }
Property value
Type: System.Boolean