PropertyRule constructor (String, PropertyRuleOperator)
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 _
)
'Usage
Dim propertyName As String
Dim propertyOperator As PropertyRuleOperator
Dim instance As New PropertyRule(propertyName, _
propertyOperator)
public PropertyRule(
string propertyName,
PropertyRuleOperator propertyOperator
)
Parameters
- propertyName
Type: System.String
- propertyOperator
Type: Microsoft.Office.Server.Search.Administration.PropertyRuleOperator