| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ModuleCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int ModuleCount {get;} | |
Return Value
The number of modules in the entire Data Set.For an example, refer to DeleteModule.
The following methods will also help you navigate the Data Set as either a tree or a
list:
If you evaluate the Data Set as a tree, you can also use the following methods to navigate the tree:
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code