The collection of links in the Bayesian network.

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

Syntax

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

Remarks

Note that if a Node is removed from the network, all of its links are automatically removed.

See Also