Конструктор PropertyRuleOperator
Создает экземпляр DisplayTemplate.
Пространство имен: Microsoft.Office.Server.Search.Administration
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Sub New ( _
name As String, _
description As String, _
representation As String, _
isFunction As Boolean, _
isQuoted As Boolean, _
joinedByOr As Boolean _
)
'Применение
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
)
Параметры
- name
Тип: System.String
- description
Тип: System.String
- representation
Тип: System.String
- isFunction
Тип: System.Boolean
- isQuoted
Тип: System.Boolean
- joinedByOr
Тип: System.Boolean
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration