NumOfDictionaries method
The NumOfDictionaries method returns the number of dictionaries that are defined in the Setup DCO.
<DICT n="RoutingInstructions">
<W v="None">None</W>
<W v="Delete">Delete</W>
<W v="Rescan">Rescan</W>
<W v="Review">Review</W>
</Dict>
In the sample XML code, there is one dictionary that is called RoutingInstructions.
Syntax
- VBScript
oSO.NumOfDictionaries( ) as Long
- C#
int NumOfDictionaries()