PhraseKey.Phrase property

Gets 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 Phrase As String
    Get
    Private Set
'Usage
Dim instance As PhraseKey
Dim value As String

value = instance.Phrase
[DataMemberAttribute]
public string Phrase { get; private set; }

Property value

Type: System.String
The language resource phrase.

See also

Reference

PhraseKey class

PhraseKey members

Microsoft.Office.Server.Search.Administration namespace