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

Gets a collection of Links that come into this node.

Syntax

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

See Also