Plugin_SilverlightVerEx

 

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:

 

See Also:

Plugin_Silverlight Property

GetExtPropertiesEx Method

SetExtProperties Method

CompareVersions Method