QueryRule.IsSystem property

Is this an out of box rule

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property IsSystem As Boolean
    Get
    Friend Set
'Usage
Dim instance As QueryRule
Dim value As Boolean

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

Property value

Type: System.Boolean

See also

Reference

QueryRule class

QueryRule members

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