Freigeben über


PropertyRule-Konstruktor (String, PropertyRuleOperator, List<String>)

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    propertyOperator As PropertyRuleOperator, _
    conditions As List(Of String) _
)
'Usage
Dim propertyName As String
Dim propertyOperator As PropertyRuleOperator
Dim conditions As List(Of String)

Dim instance As New PropertyRule(propertyName, _
    propertyOperator, conditions)
public PropertyRule(
    string propertyName,
    PropertyRuleOperator propertyOperator,
    List<string> conditions
)

Parameter

Siehe auch

Referenz

PropertyRule Klasse

PropertyRule-Member

PropertyRule-Überladung

Microsoft.Office.Server.Search.Administration-Namespace