Send comments on this topic.
Version Property
Attachmate.Reflection.Objects Library (Web) > WebControl Object : Version Property
Gets the version of the Web browser.

Syntax

 
ReadOnly Object.Version As Version

Example

Copy Code
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
            
pubic Property GetVersion() As Version
Get
Return WControl.Version
End Get
End Property

See Also