PropertyRuleCollection constructor (List<PropertyRule>)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
rules As List(Of PropertyRule) _
)
'Uso
Dim rules As List(Of PropertyRule)
Dim instance As New PropertyRuleCollection(rules)
public PropertyRuleCollection(
List<PropertyRule> rules
)
Parâmetros
- rules
Type: System.Collections.Generic.List<PropertyRule>
Ver também
Referência
PropertyRuleCollection members