ProductString

<< Click to Display Table of Contents >>

 

ProductString

Text This property returns a String containing the product's name and the installed version of E3 Viewer, such as "E3 5.5.205". This is a read-only property.

Notice that an E3 Viewer can access an object in a Server and retrieve the ProductString property of that Server, according to the next example.

Set server = Application.GetObject("DataServer").Application
MsgBox "Server Version: " & server.ProductString

 

In the previous example, considering that the DataServer object is in a Server, the text displayed on the dialog box is "Server Version: E3 5.5.205" or "Server Version: E3 (64-bits) 5.5.205".

Was this page useful?