Click or drag to resize

ObjectTreePendingModules Property

Pending MIB modules.

Namespace:  Lextm.SharpSnmpPro.Mib.Registry
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public ICollection<Module> PendingModules { get; }

Property Value

Type: ICollectionModule
The pending modules.
See Also