An array containing the Link objects in the Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public abstract Link[] Links { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Links As Link()
Visual C++
public:
virtual property array<Link^>^ Links {
	array<Link^>^ get () abstract;
}

Field Value

An array of Links associated with this Network.

See Also