Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.