Partager via


Web.UIVersion - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property UIVersion As Integer
    Get
    Set
'Utilisation
Dim instance As Web
Dim value As Integer

value = instance.UIVersion

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

Valeur de propriété

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

Remarques

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.

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms