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
<DataMemberAttribute> _
Public Property Key As PhraseKey
Get
Private Set
'Usage
Dim instance As LanguageResourcePhrase
Dim value As PhraseKey
value = instance.Key
[DataMemberAttribute]
public PhraseKey Key { get; private set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.PhraseKey
The language resource phrase key.