ManagedProperty.UseAAMMapping property

Gets whether this managed property is a Sharepoint URL that needs to be alternate access mapped.

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

Syntax

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

value = instance.UseAAMMapping

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

Property value

Type: System.Boolean
Returns Boolean.

Remarks

See https://blogs.msdn.com/b/enterprisesearch/archive/2010/05/28/server-name-mapping-and-alternate-access-mapping-aam.aspx.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace