PropertyRule.AddValue method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub AddValue ( _
value As String _
)
'Usage
Dim instance As PropertyRule
Dim value As String
instance.AddValue(value)
public void AddValue(
string value
)
Parameters
- value
Type: System.String