QueryRule.IsActive 属性
确定规则是否处于活动状态
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property IsActive As Boolean
Get
Set
用法
Dim instance As QueryRule
Dim value As Boolean
value = instance.IsActive
instance.IsActive = value
[DataMemberAttribute]
public bool IsActive { get; set; }