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

Gets a collection of Links that go out of this node.

Syntax

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

See Also