LanguageResourcePhraseList.AddPhrase method (Guid, String, String, String)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function AddPhrase ( _
sourceId As Guid, _
strPhrase As String, _
strMapping As String, _
strAuthor As String _
) As LanguageResourcePhrase
'Usage
Dim instance As LanguageResourcePhraseList
Dim sourceId As Guid
Dim strPhrase As String
Dim strMapping As String
Dim strAuthor As String
Dim returnValue As LanguageResourcePhrase
returnValue = instance.AddPhrase(sourceId, _
strPhrase, strMapping, strAuthor)
public LanguageResourcePhrase AddPhrase(
Guid sourceId,
string strPhrase,
string strMapping,
string strAuthor
)
Parameters
- sourceId
Type: System.Guid
- strPhrase
Type: System.String
- strMapping
Type: System.String
- strAuthor
Type: System.String
Return value
Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhrase
See also
Reference
LanguageResourcePhraseList class