ProductString

<< Click to Display Table of Contents >>

 

ProductString

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

Notice that an Elipse E3 Viewer can access an object in a Server and retrieve this 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: Elipse E3 6.7.131" or "Server Version: Elipse E3 (64-bits) 6.7.131".

Was this page useful?