PowerSNMP for .NET CF
Modules Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNodes Class : Modules Field




Gets a hash table of modules that have been parsed.

Syntax

Visual Basic (Declaration) 
Public Modules As Dictionary(Of String,Module)
Visual Basic (Usage)Copy Code
Dim instance As MibNodes
Dim value As Dictionary(Of String,Module)
 
value = instance.Modules
 
instance.Modules = value
C# 
public Dictionary<string,Module> Modules
Managed Extensions for C++ 
public: Dictionary<string*,Module*>* Modules
C++/CLI 
public:
Dictionary<String^,Module^>^ Modules

Remarks

Use the module name as the key to lookup the Module object. The dictionary is cleared when Reset is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.