ManagedPropertyCustomFilter.DataType Property
Gets the type of the data to which the custom range applies.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As String
Get
'Usage
Dim instance As ManagedPropertyCustomFilter
Dim value As String
value = instance.DataType
public string DataType { get; }
Property Value
Type: System.String
The type of the data to which the custom range applies.
Remarks
The value of the data type should be one of the following field values: DataType_Date, DataType_Numeric, or DataType_String.
See Also
Reference
ManagedPropertyCustomFilter Class