ManagedProperty.EnabledForScoping 属性 (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether a managed property can be used in search scopes.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property EnabledForScoping As Boolean
用法
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.EnabledForScoping
instance.EnabledForScoping = value
public bool EnabledForScoping { get; set; }
属性值
true if the managed property can be used to define search scopes; otherwise, false.
备注
For information about defining search scopes, see 使用搜索范围.
For more information about managed properties, see 管理元数据.
另请参阅
参考
ManagedProperty 类
ManagedProperty 成员
Microsoft.Office.Server.Search.Administration 命名空间