LocationConfiguration.Languages Property

Represents 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
<DataMemberAttribute> _
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
[DataMemberAttribute]
public IList<CultureInfo> Languages { get; set; }

Property Value

Type: System.Collections.Generic.IList<CultureInfo>

See Also

Reference

LocationConfiguration Class

LocationConfiguration Members

Microsoft.Office.Server.Search.Administration Namespace