PropertyRuleOperator constructor
Cria uma instância de um DisplayTemplate
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
name As String, _
description As String, _
representation As String, _
isFunction As Boolean, _
isQuoted As Boolean, _
joinedByOr As Boolean _
)
'Uso
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
)
Parâmetros
- name
Type: System.String
- description
Type: System.String
- representation
Type: System.String
- isFunction
Type: System.Boolean
- isQuoted
Type: System.Boolean
- joinedByOr
Type: System.Boolean