C#
VB
C++
Java
Gets the number of modules in the entire Data Set.
public int ModuleCount { get; }
Public ReadOnly Property ModuleCount As Integer
public int getModuleCount()
public:
property int ModuleCount {
int get();
}
The number of modules in the entire Data Set.
The following methods will also help you navigate the Data Set as either a tree or a list:
GetFirstElement
If you evaluate the Data Set as a tree, you can also use the following methods to navigate the tree: