Collection of outgoing links (linking to child nodes).

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

Syntax

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

See Also