Gets the modules.
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic IList<Module> Modules { get; }
Public ReadOnly Property Modules As IList(Of Module)
Get
public:
property IList<Module^>^ Modules {
IList<Module^>^ get ();
}
member Modules : IList<Module> with get
Property Value
Type:
IListModule
The modules.
See Also