Compartilhar via


QueryRule.IsActive property

Determinar se a regra está ativa

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property IsActive As Boolean
    Get
    Set
'Uso
Dim instance As QueryRule
Dim value As Boolean

value = instance.IsActive

instance.IsActive = value
[DataMemberAttribute]
public bool IsActive { get; set; }

Property value

Type: System.Boolean

Ver também

Referência

QueryRule class

QueryRule members

Microsoft.Office.Server.Search.Query.Rules namespace