Gets the node that this instance belongs to.

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

Syntax

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

See Also