PhraseKey Constructor
Initializes a new instance of the PhraseKey class with the specified phrase and mapping.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
phrase As String, _
mapping As String _
)
'Usage
Dim phrase As String
Dim mapping As String
Dim instance As New PhraseKey(phrase, _
mapping)
public PhraseKey(
string phrase,
string mapping
)
Parameters
phrase
Type: System.StringThe language resource phrase.
mapping
Type: System.StringThe language resource phrase mapping.