PropertyRuleOperator constructor

Creates an instance of a DisplayTemplate

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    description As String, _
    representation As String, _
    isFunction As Boolean, _
    isQuoted As Boolean, _
    joinedByOr As Boolean _
)
'Usage
Dim name As String
Dim description As String
Dim representation As String
Dim isFunction As Boolean
Dim isQuoted As Boolean
Dim joinedByOr As Boolean

Dim instance As New PropertyRuleOperator(name, description, _
    representation, isFunction, isQuoted, _
    joinedByOr)
public PropertyRuleOperator(
    string name,
    string description,
    string representation,
    bool isFunction,
    bool isQuoted,
    bool joinedByOr
)

Parameters

See also

Reference

PropertyRuleOperator class

PropertyRuleOperator members

Microsoft.Office.Server.Search.Administration namespace