Property: Version for UpdateDataDataPlugin <Navigator>
- Updated2024-09-12
- 1 minute(s) read
DIAdem NAVIGATOR > Properties > Property: Version for UpdateDataDataPlugin <Navigator>
Property: Version for UpdateDataDataPlugin <Navigator>
Specifies the version number of a DataPlugin in the update source.
Object.Version
| Object | UpdateDataDataPlugin <Navigator> Object with this property |
| Object.Version | Variant with read access |
The following example displays the version number of the ADO DataPlugin:
| VBScript | Python |
Dim oMyDataUpdateSource, oMyUpdateData Set oMyDataUpdateSource = Navigator.Settings.CreateUpdateSource() Set oMyUpdateData = oMyDataUpdateSource.UpdateData Call MsgBoxDisp(oMyUpdateData.Item("ADO").Version)