All the Links in this Network.

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

Syntax

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

Field Value

An array of Links containing all of the Links in this Network.

See Also