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)
Available in Sandboxed Solutions: No
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.