LanguageResourcePhraseList.Item property
Gets the language resource phrase based on the specified key.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
phraseKey As PhraseKey _
) As LanguageResourcePhrase
Get
'Usage
Dim instance As LanguageResourcePhraseList
Dim phraseKey As PhraseKey
Dim value As LanguageResourcePhrase
value = instance(phraseKey)
public LanguageResourcePhrase this[
PhraseKey phraseKey
] { get; }
Parameters
phraseKey
Type: Microsoft.Office.Server.Search.Administration.PhraseKeyThe language resource phrase key.
Property value
Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhrase
The language resource phrase with the specified key.
See also
Reference
LanguageResourcePhraseList class