Share via


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.

See Also

Reference

LanguageResourcePhrase Class

LanguageResourcePhrase Members

Microsoft.Office.Server.Search.Administration Namespace