Windows Media Services SDK banner art
PreviousNext

Clients.Item Property

Returns an object as specified by the Index value.

Syntax

NSChannelMgr.Clients.Item( Index )

Example

NSChannelMgr.Connect "LocalHost"
Dim Clients
Set Clients = NSChannelMgr.Clients
MsgBox (Clients.Item(0).Address)

Remarks

The Item property is the default property for this object.

See Also

Clients.Count

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.