Type: String
Returns a string with the build number of the Microsoft Silverlight plug-in, if installed. For example, "0.95.12.5".
Note: You must call the GetExtPropertiesEx method before checking the value of this property. This property requires either the Professional or Enterprise Edition of BrowserHawk.
Example:
<% set bhObj = Server.CreateObject("cyScape.browserObj")
bhObj.SetExtProperties "plugin_silverlightverex"
bhObj.GetExtPropertiesEx
%>
<html>Your build number of the Silverlight plug-in is:
<% = bhObj.Plugin_SilverlightVerEx %>
</html>
Special notes for this property:
Note that this property returns the build number of the Silverlight plug-in, which may or may not correspond directly with the major version number of Silverlight. For example, this property returns "0.95.x.x" for Silverlight version 1.1.
Not all browsers are capable of having their plug-ins detected. If this is the case the return value will be an empty string.
If the user’s JavaScript is disabled this property will not be available.
See Also: