Type: Double
If the visitor is using America Online to access your site, this property returns the AOL version number being used. Otherwise it returns 0.
C# Example:
<html> AOLVersion:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.AOLVersion);
%>
</html>
See Also: