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
© 1996-1998 Microsoft Corporation. All rights reserved.