InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Version Property


In This Topic
    Version Property (IWebControl)
    In This Topic
    Gets the version of the Web browser.
    Syntax
    'Declaration
     
    
    ReadOnly Property Version As Version
    'Usage
     
    
    Dim instance As IWebControl
    Dim value As Version
     
    value = instance.Version
    Version Version {get;}
    See Also