ManagedProperty.EnabledForScoping Property
Gets or sets a Boolean value indicating whether a managed property can be used in search scopes.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property EnabledForScoping As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.EnabledForScoping
instance.EnabledForScoping = value
public bool EnabledForScoping { get; set; }
Property Value
Type: System.Boolean
true if the managed property can be used to define search scopes; otherwise, false.
Remarks
For information about defining search scopes, see Working with Search Scopes.
For more information about managed properties, see Managing Metadata.