VirtualRoots.Count Property

Returns the number of VirtualRoot objects in a VirtualRoots collection object.

Syntax

NSUnicastMgr.VirtualRoots.Count

Example

' display alias of the first root
MsgBox NSUnicastMgr.VirtualRoots.Item( 0 ).Alias
' display Port ID of the last client
MsgBox NSUnicastMgr. VirtualRoots( NSUnicastMgr.Count – 1 ).Alias

See Also

VirtualRoot, VirtualRoots


© 1996-1998 Microsoft Corporation. All rights reserved.