Gets the modules.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic IList<Module> Modules { get; }
Public ReadOnly Property Modules As IList(Of Module)
Get
Dim instance As Document
Dim value As IList(Of Module)
value = instance.Modules
public:
property IList<Module^>^ Modules {
IList<Module^>^ get ();
}
member Modules : IList<Module> with get
Property Value
IListModule
The modules.
See Also