DIAdem Help

Property: Version for UpdateDataDataPlugin <Navigator>

  • Updated2024-09-12
  • 1 minute(s) read

Property: Version for UpdateDataDataPlugin <Navigator>

Specifies the version number of a DataPlugin in the update source.

Object.Version
ObjectUpdateDataDataPlugin <Navigator>
Object with this property
Object.VersionVariant with read access

The following example displays the version number of the ADO DataPlugin:

VBScriptPython

 

Dim oMyDataUpdateSource, oMyUpdateData
Set oMyDataUpdateSource = Navigator.Settings.CreateUpdateSource()
Set oMyUpdateData = oMyDataUpdateSource.UpdateData
Call MsgBoxDisp(oMyUpdateData.Item("ADO").Version)