ManagedPropertyCustomFilter.MappingType property

Gets the mapping type that specifies whether custom mapping is based on values or ranges.

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

Syntax

'Declaration
Public ReadOnly Property MappingType As String
    Get
'Usage
Dim instance As ManagedPropertyCustomFilter
Dim value As String

value = instance.MappingType
public string MappingType { get; }

Property value

Type: System.String
The mapping type.

Remarks

The value of the mapping type should be one of the following field values: MappingType_RangeMapping, or MappingType_ValueMapping.

See also

Reference

ManagedPropertyCustomFilter class

ManagedPropertyCustomFilter members

Microsoft.Office.Server.Search.WebControls namespace