Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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