PropertyRuleCollection.Add method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Add ( _
rule As PropertyRule _
)
'Usage
Dim instance As PropertyRuleCollection
Dim rule As PropertyRule
instance.Add(rule)
public void Add(
PropertyRule rule
)