Freigeben über


Web.UIVersion-Eigenschaft

Gets or sets the user interface (UI) version of the Web site.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property UIVersion As Integer
    Get
    Set
'Usage
Dim instance As Web
Dim value As Integer

value = instance.UIVersion

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

Eigenschaftswert

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

Hinweise

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.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace