Type: String
Returns the build number of the Microsoft NetMeeting control, if installed. For example "4,4,0,4035".
Note: Use of this property requires the Enterprise Edition of BrowserHawk.
Special notes for this property:
This property is only available for IE 5 and later on Windows 32 and 64-bit platforms.
C# Example:
<%
ExtendedOptions options = new ExtendedOptions();
options.AddProperties("NetMeetingBuild");
ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);
%>
<html>
NetMeetingBuild: <% Response.Write(extBrow.NetMeetingBuild); %>
</html>