Plugin_SilverlightVerEx Property (.NET)

 

Type: String

 

Returns a string with the build number of the Microsoft Silverlight plug-in, if installed. For example, "0.95.12.5".

 

Note: Use of this property requires the Professional or Enterprise Edition of BrowserHawk.

 

Special notes for this property:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("Plugin_SilverlightVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

Plugin_SilverlightVerEx: <% Response.Write(extBrow.Plugin_SilverlightVerEx); %>

</html>

 

See Also:

Plugin_Silverlight Property (.NET)

CompareVersions Method (.NET)