Share via


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

  • mapping
    Type: System.String

    The language resource phrase mapping.

See Also

Reference

PhraseKey Class

PhraseKey Members

Microsoft.Office.Server.Search.Administration Namespace