LanguageResourcePhrase.Key Property
Gets the key identifying the language resource phrase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Key As PhraseKey
Get
'Usage
Dim instance As LanguageResourcePhrase
Dim value As PhraseKey
value = instance.Key
public PhraseKey Key { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.PhraseKey
The language resource phrase key.