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.