CssLink.UIVersion property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UIVersion As String
Get
Set
'Usage
Dim instance As CssLink
Dim value As String
value = instance.UIVersion
instance.UIVersion = value
public string UIVersion { get; set; }
Property value
Type: System.String