Returns the alias of a stream.
Syntax
NSChannelMgr.Streams(index).Alias
Example
'this code prints a list of stream aliases
For i = 0 to NSChannelMgr.Streams.Count - 1
Document.Write NSChannelMgr.Streams(i).Alias & "<BR>"
Next i
See Also
Stream.ContentType, Stream.Seekable, Stream.Source, Stream.Title, Stream.Description, Streams collection, Stream objects
© 1996-1998 Microsoft Corporation. All rights reserved.