NetMeetingBuild Property (.NET)

 

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:

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("NetMeetingBuild");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

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

</html>