ManagedPropertyCustomFilter.ValueReference Property
Gets a value that indicates whether the data is compared on an absolute or relative basis.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ValueReference As String
Get
'Usage
Dim instance As ManagedPropertyCustomFilter
Dim value As String
value = instance.ValueReference
public string ValueReference { get; }
Property Value
Type: System.String
The value that indicates whether the data is compared on an absolute or relative basis.
Remarks
The valid value reference should be one of the following field values: ValueReference_Absolute, or ValueReference_Relative.
See Also
Reference
ManagedPropertyCustomFilter Class