ManagedProperty.SubstringEnabled Property

Gets or sets a Boolean value to indicate whether to enable substring matching for the managed property.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property SubstringEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean

value = instance.SubstringEnabled

instance.SubstringEnabled = value
bool SubstringEnabled { get; set; }

Property Value

Type: System.Boolean
[true] if the managed property is used for substring matching; otherwise, [false].

See Also

Reference

ManagedProperty Interface

ManagedProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

ManagedProperty