ManagedProperty.AliasesOverridden property

Gets or sets whether the aliases of this managed property replace or come in addition to the aliases of the overridden managed property.

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

Syntax

'Declaration
Public Property AliasesOverridden As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.AliasesOverridden

instance.AliasesOverridden = value
public bool AliasesOverridden { get; set; }

Property value

Type: System.Boolean

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace