Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.