ObjectTreePendingModules Property |
Pending MIB modules.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic ICollection<Module> PendingModules { get; }
Public ReadOnly Property PendingModules As ICollection(Of Module)
Get
public:
property ICollection<Module^>^ PendingModules {
ICollection<Module^>^ get ();
}
member PendingModules : ICollection<Module> with get
Property Value
Type:
ICollectionModule
The pending modules.
See Also