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.StringThe language resource culture name.
Property Value
Type: Microsoft.Office.Server.Search.Administration.LanguageResource
The element with the specified name.
See Also
Reference
LanguageResourcesCollection Class