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.