ManagedPropertyInfo.CompleteMatching property
Gets or sets whether values for this managed property go through a word breaker.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CompleteMatching As Boolean
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.CompleteMatching
instance.CompleteMatching = value
[DataMemberAttribute]
public bool CompleteMatching { get; set; }
Property value
Type: System.Boolean