SearchServiceApplicationInfo.InstalledLanguages property
Lista de todos os idiomas instalados disponíveis no farm com SSA
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute(Order := )> _
Public Property InstalledLanguages As List(Of Integer)
Get
Set
'Uso
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>
Ver também
Referência
SearchServiceApplicationInfo class