LanguageResourcePhrase.Culture property

Gets the specified CultureInfo for the LanguageResourcePhrase.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Culture As CultureInfo
    Get
    Private Set
'Usage
Dim instance As LanguageResourcePhrase
Dim value As CultureInfo

value = instance.Culture
[DataMemberAttribute]
public CultureInfo Culture { get; private set; }

Property value

Type: System.Globalization.CultureInfo
The language resource phrase culture information.

See also

Reference

LanguageResourcePhrase class

LanguageResourcePhrase members

Microsoft.Office.Server.Search.Administration namespace