ManagedProperty.EqualityMatchOnly property
Gets or sets whether this managed property is matched only on equality.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property EqualityMatchOnly As Boolean
Get
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.EqualityMatchOnly
public bool EqualityMatchOnly { get; }
Property value
Type: System.Boolean
Returns Boolean.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |