LocationConfiguration.Languages Property
A list of CultureInfo objects that specify the languages for the federated search location.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Languages As IList(Of CultureInfo)
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As IList(Of CultureInfo)
value = instance.Languages
instance.Languages = value
public IList<CultureInfo> Languages { get; set; }
Property Value
Type: System.Collections.Generic.IList<CultureInfo>