Stores networks count in the system.


Namespace: xpidea.neuro.net.bam
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Protected networksCount As Integer
C#
protected int networksCount;
C++
protected:
 int networksCount sealed ;
J#
protected int networksCount
JScript
protected networksCount : int;

See Also