Share via


ManagedProperty.IsMapped Property

Gets or sets a Boolean value to indicate whether the managed property is mapped to support Alternate Access Mapping.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

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

value = instance.IsMapped

instance.IsMapped = value
bool IsMapped { get; set; }

Property Value

Type: System.Boolean
[true] if the managed property is mapped to support Alternate Access Mapping; otherwise, [false].

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

ManagedProperty