Collection of both incoming and outgoing links (parent and child nodes).

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public NodeLinkCollection Links { get; }
Visual Basic (Declaration)
Public ReadOnly Property Links As NodeLinkCollection
Visual C++
public:
property NodeLinkCollection^ Links {
	NodeLinkCollection^ get ();
}

See Also