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 Power Viewer, such as "Elipse Power 5.6.74". This is a read-only property.

Notice that an Elipse Power 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: Elipse Power 5.6.74" or "Server Version: Elipse Power (64-bits) 5.6.74".

Was this page useful?