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.
List of all installed languages available on the farm with SSA
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := )> _
Public Property InstalledLanguages As List(Of Integer)
Get
Set
'Usage
Dim instance As SearchServiceApplicationInfo
Dim value As List(Of Integer)
value = instance.InstalledLanguages
instance.InstalledLanguages = value
[DataMemberAttribute(Order = )]
public List<int> InstalledLanguages { get; set; }
Property value
Type: System.Collections.Generic.List<Int32>
See also
Reference
SearchServiceApplicationInfo class