Windows Media Services SDK banner art
PreviousNext

Channel.Version Property

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

Channel Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.