Share via


UIVersionedContent.UIVersion property

Gets or sets the user interface version where this control renders.

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

Syntax

'Declaration
Public Property UIVersion As String
    Get
    Set
'Usage
Dim instance As UIVersionedContent
Dim value As String

value = instance.UIVersion

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

Property value

Type: System.String
A string that contains the user interface version.

Remarks

When you specify the value for this property, you can specify a specific user interface version or a range of versions by setting the value to n, <n, or >n where n specifies the user interface version.

See also

Reference

UIVersionedContent class

UIVersionedContent members

Microsoft.SharePoint.WebControls namespace