VersionedPlaceHolder.UIVersion property
Gets or sets the user interface (UI) version for the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UIVersion As String
Get
Set
'Usage
Dim instance As VersionedPlaceHolder
Dim value As String
value = instance.UIVersion
instance.UIVersion = value
public string UIVersion { get; set; }
Property value
Type: System.String
String
The UI version.