PowerSNMP for .NET
ImportedModuleNames Field




Names imported into the module.
Syntax
Public ImportedModuleNames As Dictionary(Of String,String)
Dim instance As Module
Dim value As Dictionary(Of String,String)
 
value = instance.ImportedModuleNames
 
instance.ImportedModuleNames = value
public Dictionary<string,string> ImportedModuleNames
public: Dictionary<string*,string*>* ImportedModuleNames
public:
Dictionary<String^,String^>^ ImportedModuleNames
Remarks

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

See Also

Reference

Module Class
Module Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic