LanguageResourcesCollection.Item property (String)

Gets the language resource with the specified culture name.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    strLocaleName As String _
) As LanguageResource
    Get
'Usage
Dim instance As LanguageResourcesCollection
Dim strLocaleName As String
Dim value As LanguageResource

value = instance(strLocaleName)
public LanguageResource this[
    string strLocaleName
] { get; }

Parameters

  • strLocaleName
    Type: System.String

    The language resource culture name.

Property value

Type: Microsoft.Office.Server.Search.Administration.LanguageResource
The element with the specified name.

See also

Reference

LanguageResourcesCollection class

LanguageResourcesCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace