Share via


ManagedPropertyInfo.EnabledForScoping Property

Gets or sets Boolean value that indicates whether the managed property is available for defining search scopes.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EnabledForScoping As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.EnabledForScoping

instance.EnabledForScoping = value
[DataMemberAttribute]
public bool EnabledForScoping { get; set; }

Property Value

Type: System.Boolean
true if the managed property is available for defining search scopes; otherwise, false.

See Also

Reference

ManagedPropertyInfo Class

ManagedPropertyInfo Members

Microsoft.Office.Server.Search.Administration Namespace