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