Northwoods.GoSilverlight 1.1.3 Assembly
LinksConnected Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : LinksConnected Property

Gets a collection of Links that are connected to this node.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LinksConnected As IEnumerable(Of Link)
C# 
public IEnumerable<Link> LinksConnected {get;}

See Also