Web.UIVersion Property
Gets or sets the user interface (UI) version of the Web site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property UIVersion As Integer
Get
Set
'Usage
Dim instance As Web
Dim value As Integer
value = instance.UIVersion
instance.UIVersion = value
[RemoteAttribute]
public int UIVersion { get; set; }
Property Value
Type: System.Int32
A 32-bit integer between 0 and 127 that specifies the UI version.
Remarks
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 components.