Share via


SPWebInfo.UIVersion property

The version of the user interface of the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property UIVersion As Integer
    Get
'Usage
Dim instance As SPWebInfo
Dim value As Integer

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

Property value

Type: System.Int32
A Int32 representation of the user interface version of this SharePoint Web site.

See also

Reference

SPWebInfo class

SPWebInfo members

Microsoft.SharePoint namespace