Поделиться через


Свойство Web.SupportedUILanguageIds

Specifies the language code identifiers (LCIDs) of the languages that are enabled for the site.

Пространство имен:  Microsoft.SharePoint.Client
Сборки:   Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)

Синтаксис

'Декларация
Public ReadOnly Property SupportedUILanguageIds As IEnumerable(Of Integer)
    Get
'Применение
Dim instance As Web
Dim value As IEnumerable(Of Integer)

value = instance.SupportedUILanguageIds
public IEnumerable<int> SupportedUILanguageIds { get; }

Значение свойства

Тип: System.Collections.Generic.IEnumerable<Int32>
Returns a String instance representing the languages that are enabled for the site.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client