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


Свойство Web.UIVersion

Gets or sets the user interface (UI) version of the Web 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 Property UIVersion As Integer
    Get
    Set
'Применение
Dim instance As Web
Dim value As Integer

value = instance.UIVersion

instance.UIVersion = value
public int UIVersion { get; set; }

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

Тип: System.Int32
A 32-bit integer between 0 and 127 that specifies the UI version.

Замечания

The UI version defines the UI elements and master pages that are used on the Web, and is used to determine compatibility with other SharePoint Server components.

См. также

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

Web класс

Элементы Web

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