IEVersionMetaTag.VersionName Property
Gets or sets the version name of the Internet Explorer (IE) browser.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property VersionName As String
Get
Set
'Usage
Dim instance As IEVersionMetaTag
Dim value As String
value = instance.VersionName
instance.VersionName = value
public string VersionName { get; set; }
Property Value
Type: System.String
The version name of the IE browser.
Remarks
This property should be in the format “IE=version”, where version is a version of IE, such as Internet Explorer 8.