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




Names imported into the module.

Syntax

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

Remarks

Use the module name as a key to the string name value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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