Previous | Next |
Returns the version of the station.
Syntax
Station.Version
Remarks
The version of a station is incremented every time a property of the station changes.
Example
' Get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MsgBox ("Version: " & MyStation.Version)
See Also
Previous | Next |