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

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

Was this page useful?