Plugin_QuickTimeVerEx Property (.NET)

 

Type: String

 

Returns a string with the version number of the Apple QuickTime Player plug-in, if installed. For example, "5.0.1".

 

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_QuickTimeVerEx");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>

 

See Also:

Plugin_QuickTime Property (.NET)

Plugin_Flip4Mac Property (.NET)

CompareVersions Method (.NET)