LanguageResourcePhrase.Phrase property
Gets the text of the current 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 Phrase As String
Get
'Usage
Dim instance As LanguageResourcePhrase
Dim value As String
value = instance.Phrase
public string Phrase { get; }
Property value
Type: System.String
The language resource phrase text.