Previous | Next |
Returns a HostAddresses collection object.
Syntax
NSChannelMgr.HostAddresses
Example
NSChannelMgr.Connect "LocalHost"
Dim Addresses
Set Addresses = NSChannelMgr.HostAddresses
MsgBox ("There are " & Addresses.Count & " HostAddress objects.")
See Also
Windows Media Station Control Properties
Previous | Next |